|
Class Summary |
| ASN1Boolean |
|
| ASN1EncodableVector |
|
| ASN1Enumerated |
|
| ASN1GeneralizedTime |
|
| ASN1Generator |
|
| ASN1InputStream |
a general purpose ASN.1 decoder - note: this class differs from the
others in that it returns null after it has read the last object in
the stream. |
| ASN1Integer |
|
| ASN1Null |
A NULL object. |
| ASN1Object |
|
| ASN1ObjectIdentifier |
|
| ASN1OctetString |
|
| ASN1OutputStream |
Stream that produces output based on the default encoding for the passed in objects. |
| ASN1Primitive |
|
| ASN1Sequence |
|
| ASN1Set |
|
| ASN1StreamParser |
|
| ASN1TaggedObject |
ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences). |
| ASN1UTCTime |
|
| BERApplicationSpecific |
|
| BERApplicationSpecificParser |
|
| BERConstructedOctetString |
Deprecated. use BEROctetString |
| BERGenerator |
|
| BEROctetString |
|
| BEROctetStringGenerator |
|
| BEROctetStringParser |
|
| BEROutputStream |
|
| BERSequence |
|
| BERSequenceGenerator |
|
| BERSequenceParser |
|
| BERSet |
|
| BERSetParser |
|
| BERTaggedObject |
BER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences). |
| BERTaggedObjectParser |
|
| DERApplicationSpecific |
Base class for an application specific object |
| DERBitString |
|
| DERBMPString |
DER BMPString object. |
| DERBoolean |
|
| DEREncodableVector |
a general class for building up a vector of DER encodable objects -
this will eventually be superceded by ASN1EncodableVector so you should
use that class in preference. |
| DEREnumerated |
Use ASN1Enumerated instead of this. |
| DERExternal |
Class representing the DER-type External |
| DERExternalParser |
|
| DERGeneralizedTime |
Generalized time object. |
| DERGeneralString |
|
| DERGenerator |
|
| DERIA5String |
DER IA5String object - this is an ascii string. |
| DERInteger |
Use ASN1Integer instead of this, |
| DERNull |
A NULL object. |
| DERNumericString |
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }. |
| DERObjectIdentifier |
Use ASN1ObjectIdentifier instead of this, |
| DEROctetString |
|
| DEROctetStringParser |
|
| DEROutputStream |
Stream that outputs encoding based on distinguished encoding rules. |
| DERPrintableString |
DER PrintableString object. |
| DERSequence |
|
| DERSequenceGenerator |
|
| DERSequenceParser |
|
| DERSet |
A DER encoded set object |
| DERSetParser |
|
| DERT61String |
DER T61String (also the teletex string), try not to use this if you don't need to. |
| DERT61UTF8String |
DER T61String (also the teletex string) - a "modern" encapsulation that uses UTF-8. |
| DERTaggedObject |
DER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences). |
| DERUniversalString |
DER UniversalString object. |
| DERUTCTime |
UTC time object. |
| DERUTF8String |
DER UTF8String object. |
| DERVisibleString |
DER VisibleString object. |
| DLOutputStream |
Stream that outputs encoding based on definite length. |
| DLSequence |
The DLSequence encodes a SEQUENCE using definite length form. |
| DLSet |
The DLSet encodes ASN.1 SET value without element ordering,
and always using definite length form. |
| DLTaggedObject |
Definite Length TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences). |
| OIDTokenizer |
class for breaking up an OID into it's component tokens, ala
java.util.StringTokenizer. |