Package | Description |
---|---|
org.apache.directory.shared.asn1.der |
Modifier and Type | Class and Description |
---|---|
class |
BERConstructedOctetString |
class |
BERNull
A BER NULL object.
|
class |
BERSequence |
class |
BERSet |
class |
BERTaggedObject
BER TaggedObject
|
class |
DERApplicationSpecific
DER Application Specific object.
|
class |
DERBitString
DER Bit String object.
|
class |
DERBMPString
DER BMPString object.
|
class |
DERBoolean
DER Boolean object.
|
class |
DEREnumerated
DER Enumerated object.
|
class |
DERGeneralizedTime
DER Generalized time object.
|
class |
DERGeneralString |
class |
DERIA5String
DER IA5String object.
|
class |
DERInteger
DER Integer object.
|
class |
DERNull
A NULL object.
|
class |
DERNumericString
DER NumericString - a string of ASCII numeric characters {
0,1,2,3,4,5,6,7,8,9 }.
|
class |
DERObject
DER object.
|
class |
DERObjectIdentifier |
class |
DEROctetString
DER Octet String object.
|
class |
DERPrintableString
DER PrintableString object.
|
class |
DERSequence |
class |
DERSet
A DER encoded set object
|
class |
DERString
Interface for DER string objects.
|
class |
DERTaggedObject
DER TaggedObject
|
class |
DERTeletexString
DER Teletex String
|
class |
DERUniversalString
DER UniversalString object.
|
class |
DERUnknownTag
Placeholder for unrecognized tags.
|
class |
DERUTCTime
DER UTC time object.
|
class |
DERUTF8String
DER UTF8String object.
|
class |
DERVisibleString
DER VisibleString object.
|
Modifier and Type | Field and Description |
---|---|
protected DEREncodable |
DERTaggedObject.obj |
Modifier and Type | Field and Description |
---|---|
protected Vector<DEREncodable> |
DERSet.set |
Modifier and Type | Method and Description |
---|---|
protected DEREncodable |
ASN1InputStream.buildObject(int tag,
byte[] bytes)
Build an object given its tag and a byte stream.
|
DEREncodable |
DERSequence.get(int i) |
DEREncodable |
DERTaggedObject.getObject()
return whatever was following the tag.
|
DEREncodable |
DERApplicationSpecific.getObject() |
DEREncodable |
DERSet.getObjectAt(int index) |
DEREncodable |
ASN1InputStream.readObject() |
Modifier and Type | Method and Description |
---|---|
Enumeration<DEREncodable> |
BERConstructedOctetString.getObjects() |
Enumeration<DEREncodable> |
DERSet.getObjects() |
Enumeration<DEREncodable> |
DERSequence.getObjects() |
Modifier and Type | Method and Description |
---|---|
void |
DERSet.add(DEREncodable obj) |
void |
DERSequence.add(DEREncodable obj) |
static DERApplicationSpecific |
DERApplicationSpecific.valueOf(int tag,
DEREncodable object)
Static factory method, type-conversion operator.
|
Constructor and Description |
---|
BERTaggedObject(boolean explicit,
int tag,
DEREncodable obj) |
BERTaggedObject(int tag,
DEREncodable obj) |
DERTaggedObject(boolean explicit,
int tag,
DEREncodable obj) |
DERTaggedObject(boolean explicit,
int tag,
DEREncodable obj,
byte[] bytes) |
DERTaggedObject(int tag,
DEREncodable obj) |
Constructor and Description |
---|
BERConstructedOctetString(Vector<DEREncodable> octets) |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.