Package org.ldaptive.asn1

Interface Summary
DEREncoder Interface for encoding DER objects.
DERTag Describes the tag of a DER-encoded type.
ParseHandler Provides a hook in the DER parser for handling specific paths as they are encountered.
 

Class Summary
AbstractDERTag Abstract base class for custom DER tag types.
AbstractDERType Provides functionality common to DER types implementations.
AbstractParseHandler<T> Parse handler for managing and initializing an object.
ApplicationDERTag Generic application-specific tag.
AttributeValueAssertion An OID representing the type of attribute and its value.
AttributeValueAssertion.Value Class to represent the tag and value.
BooleanType Converts booleans to and from their DER encoded format.
ConstructedDEREncoder Encodes constructed types to their DER format.
ContextDERTag Generic context-specific tag.
ContextType Converts context types to their DER encoded format.
CustomDERTag Describes the tag of an application-specific, context-specific, or private DER type where the tag name may be specified for clarity in application code.
DERParser This class provides a SAX-like parsing facility for DER-encoded data where elements of interest in the parse tree may be registered to handlers via the DERParser.registerHandler(java.lang.String, org.ldaptive.asn1.ParseHandler) methods.
DERPath Describes paths to individual elements of an encoded DER object that may be addressed during parsing to associate a parsed element with a handler to handle that element.
DN A sequence of RDN values.
IntegerType Converts arbitrary-precision integers to and from their DER encoded format.
OctetStringType Converts strings to and from their DER encoded format.
OidType Converts object identifiers to and from their DER encoded format.
RDN A set of attribute value assertions.
UuidType Converts UUIDs to and from their DER encoded format.
 

Enum Summary
UniversalDERTag Enumeration with common BER/DER universal tag types.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.