| Interface | Description |
|---|---|
| DEREncodable |
Interface for encodable DER objects.
|
| Class | Description |
|---|---|
| ASN1InputStream |
General purpose ASN.1 decoder.
|
| ASN1OutputStream | |
| BERConstructedOctetString | |
| BERNull |
A BER NULL object.
|
| BERSequence | |
| BERSet | |
| BERTaggedObject |
BER TaggedObject
|
| DERApplicationSpecific |
DER Application Specific object.
|
| DERBitString |
DER Bit String object.
|
| DERBMPString |
DER BMPString object.
|
| DERBoolean |
DER Boolean object.
|
| DEREnumerated |
DER Enumerated object.
|
| DERGeneralizedTime |
DER Generalized time object.
|
| DERGeneralString | |
| DERIA5String |
DER IA5String object.
|
| DERInteger |
DER Integer object.
|
| DERNull |
A NULL object.
|
| DERNumericString |
DER NumericString - a string of ASCII numeric characters {
0,1,2,3,4,5,6,7,8,9 }.
|
| DERObject |
DER object.
|
| DERObjectIdentifier | |
| DEROctetString |
DER Octet String object.
|
| DERPrintableString |
DER PrintableString object.
|
| DERSequence | |
| DERSet |
A DER encoded set object
|
| DERString |
Interface for DER string objects.
|
| DERTaggedObject |
DER TaggedObject
|
| DERTeletexString |
DER Teletex String
|
| DERUniversalString |
DER UniversalString object.
|
| DERUnknownTag |
Placeholder for unrecognized tags.
|
| DERUTCTime |
DER UTC time object.
|
| DERUTF8String |
DER UTF8String object.
|
| DERVisibleString |
DER VisibleString object.
|
| OIDTokenizer |
class for breaking up an OID into it's component tokens, ala
java.util.StringTokenizer.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.