Package jp.bitmeister.asn1.type.builtin

Contains the classes which represents built-in ASN.1 types.

See:
          Description

Class Summary
ANY Represents ASN.1 'ANY' type.
BIT_STRING Represents ASN.1 'BIT STRING' type.
BOOLEAN Represents ASN.1 'BOOLEAN' type.
CHOICE Represents ASN.1 'CHOICE' type.
ENUMERATED Represents ASN.1 'ENUMERATED' type.
INTEGER Represents ASN.1 'INTEGER' type.
NULL Represents ASN.1 'NULL' type.
OBJECT_IDENTIFIER Represents ASN.1 'OBJECT IDENTIFIER' type.
OCTET_STRING Represents ASN.1 'OCTET STRING' type.
REAL Represents ASN.1 'REAL' type.
SEQUENCE Represents ASN.1 'SEQUENCE' type.
SEQUENCE_OF<T extends ASN1Type> Represents ASN.1 'SEQUENCE OF' type.
SET Represents ASN.1 'SET' type.
SET_OF<T extends ASN1Type> Represents ASN.1 'SET OF' type.
 

Package jp.bitmeister.asn1.type.builtin Description

Contains the classes which represents built-in ASN.1 types.