jp.bitmeister.asn1.type.useful
Class EXTERNAL.Encoding
java.lang.Object
jp.bitmeister.asn1.type.ASN1Type
jp.bitmeister.asn1.type.StructuredType
jp.bitmeister.asn1.type.SelectiveType
jp.bitmeister.asn1.type.builtin.CHOICE
jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- EXTERNAL
public static class EXTERNAL.Encoding
- extends CHOICE
Represents 'CHOICE' type for 'encoding' of 'EXTERNAL' type.
- Author:
- WATANABE, Jun.
Methods inherited from class jp.bitmeister.asn1.type.builtin.CHOICE |
accept |
Methods inherited from class jp.bitmeister.asn1.type.SelectiveType |
alternative, clear, clearSelection, clone, get, hashCode, hasValue, matches, selectedIdentifier, selectedTag, selectedValue, set, set, valueEquals |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
single_ASN1_type
public ANY single_ASN1_type
- 'single-ASN1-type' field;
octet_aligned
public OCTET_STRING octet_aligned
- 'octet-aligned' field.
arbitary
public BIT_STRING arbitary
- 'arbitary' field.
EXTERNAL.Encoding
public EXTERNAL.Encoding()
EXTERNAL.Encoding
public EXTERNAL.Encoding(ASN1TagClass tagClass,
int tagNumber,
ASN1Type data)