Package | Description |
---|---|
org.ldaptive.asn1 |
Class and Description |
---|
AbstractDERTag
Abstract base class for custom DER tag types.
|
AbstractDERType
Provides functionality common to DER types implementations.
|
AttributeValueAssertion
An OID representing the type of attribute and its value.
|
AttributeValueAssertion.Value
Class to represent the tag and value.
|
DEREncoder
Interface for encoding DER objects.
|
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.
|
DERTag
Describes the tag of a DER-encoded type.
|
DN
A sequence of RDN values.
|
ParseHandler
Provides a hook in the DER parser for handling specific paths as they are encountered.
|
RDN
A set of attribute value assertions.
|
UniversalDERTag
Enumeration with common BER/DER universal tag types.
|
Copyright © 2016. All rights reserved.