Class Summary |
DERBitString |
DERBitString is primitive type of DER encoded object which represents bit
string (array of bits) in ASN.1 notation. |
DERBoolean |
DERInteger is primitive type of DER encoded object which represents boolean
value in ASN.1 notation. |
DERClassContextSpecific |
DERClassContextSpecific can be both, primitive or structured type of DER
encoded object with the context-specific class tag (part of object Identifier
Octet) in ASN.1 notation. |
DERClassContextSpecificPr |
DERClassContextSpecificPr can be both, primitive or structured type of DER
encoded object with the context-specific class tag (part of object Identifier
Octet) in ASN.1 notation. |
DERIA5String |
DERIA5String is primitive type of DER encoded object for one of
different forms for representing character string type in ASN.1 notation. |
DERInteger |
DERInteger is primitive type of DER encoded object which represents integer
value in ASN.1 notation. |
DERNull |
DERNull is primitive type of DER encoded object for Null type in ASN.1
notation. |
DERObject |
Every element of data represented in ASN.1 notation should be encoded
in the process of implementation. |
DERObjectIdentifier |
DERObjectIdentifier is primitive type of DER encoded object which represents
Object Identifier type in ASN.1 notation. |
DEROctetString |
DEROctetString is primitive type of DER encoded object for representation of
the octet strings (array of bytes) in ASN.1 notation. |
DERPrintableString |
DERPrintableString is primitive type of DER encoded object for one of
different forms for representing character string type in ASN.1 notation. |
DERSequence |
DERSequence is structured type of DER encoded object representing DER
encoded SEQUENCE or SEQUENCE OF tag type in ASN.1 notation. |
DERSequencePr |
DERSequencePr is structured type of DER encoded object representing DER
encoded SEQUENCE or SEQUENCE OF tag type in ASN.1 notation. |
DERSet |
DERSet is structured type of DER encoded object representing DER
encoded SET or SET OF tag type in ASN.1 notation. |
DERSetPr |
DERSet is structured type of DER encoded object representing DER
encoded SET or SET OF tag type in ASN.1 notation. |
DERUTCTime |
DERUTCTime is primitive type of DER encoded object which represents Coordinate
Universal Time (or Greenwich Mean Time) in the ASN.1 notation in format
YYMMDDhhmmssZ. |
IdentifierStorage |
IdentifierStorage is used for storing different types of OID-s (Object
Identifiers). |