org.enhydra.oyster.der |
|
Java Source File Name | Type | Comment |
DERBitString.java | Class | DERBitString is primitive type of DER encoded object which represents bit
string (array of bits) in ASN.1 notation. |
DERBoolean.java | Class | DERInteger is primitive type of DER encoded object which represents boolean
value in ASN.1 notation. |
DERClassContextSpecific.java | Class | 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.java | Class | 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.java | Class | DERIA5String is primitive type of DER encoded object for one of
different forms for representing character string type in ASN.1 notation. |
DERInteger.java | Class | DERInteger is primitive type of DER encoded object which represents integer
value in ASN.1 notation. |
DERNull.java | Class | DERNull is primitive type of DER encoded object for Null type in ASN.1
notation. |
DERObject.java | Class | Every element of data represented in ASN.1 notation should be encoded
in the process of implementation. |
DERObjectIdentifier.java | Class | DERObjectIdentifier is primitive type of DER encoded object which represents
Object Identifier type in ASN.1 notation. |
DEROctetString.java | Class | DEROctetString is primitive type of DER encoded object for representation of
the octet strings (array of bytes) in ASN.1 notation. |
DERPrintableString.java | Class | DERPrintableString is primitive type of DER encoded object for one of
different forms for representing character string type in ASN.1 notation. |
DERSequence.java | Class | DERSequence is structured type of DER encoded object representing DER
encoded SEQUENCE or SEQUENCE OF tag type in ASN.1 notation. |
DERSequencePr.java | Class | DERSequencePr is structured type of DER encoded object representing DER
encoded SEQUENCE or SEQUENCE OF tag type in ASN.1 notation. |
DERSet.java | Class | DERSet is structured type of DER encoded object representing DER
encoded SET or SET OF tag type in ASN.1 notation. |
DERSetPr.java | Class | DERSet is structured type of DER encoded object representing DER
encoded SET or SET OF tag type in ASN.1 notation. |
DERUTCTime.java | Class | 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.java | Class | IdentifierStorage is used for storing different types of OID-s (Object
Identifiers). |