Package | Description |
---|---|
org.ldaptive.asn1 |
Modifier and Type | Class and Description |
---|---|
class |
AttributeValueAssertion
An OID representing the type of attribute and its value.
|
class |
BooleanType
Converts booleans to and from their DER encoded format.
|
class |
ConstructedDEREncoder
Encodes constructed types to their DER format.
|
class |
ContextType
Converts context types to their DER encoded format.
|
class |
DN
A sequence of RDN values.
|
class |
IntegerType
Converts arbitrary-precision integers to and from their DER encoded format.
|
class |
NullType
Convenience type for a tag with a null value.
|
class |
OctetStringType
Converts strings to and from their DER encoded format.
|
class |
OidType
Converts object identifiers to and from their DER encoded format.
|
class |
RDN
A set of attribute value assertions.
|
class |
UuidType
Converts UUIDs to and from their DER encoded format.
|
Modifier and Type | Field and Description |
---|---|
private DEREncoder[] |
ConstructedDEREncoder.derEncoders
Encoders in this sequence.
|
Constructor and Description |
---|
ConstructedDEREncoder(DERTag tag,
DEREncoder... encoders)
Creates a new sequence encoder.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.