Package org.ldaptive.asn1


package org.ldaptive.asn1
  • Class
    Description
    Abstract base class for custom DER tag types.
    Provides functionality common to DER types implementations.
    Parse handler for managing and initializing an object.
    Generic application-specific tag.
    Converts booleans to and from their DER encoded format.
    Encodes constructed types to their DER format.
    Generic context-specific tag.
    Converts context types to their DER encoded format.
    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.
    DERBuffer that uses a ByteBuffer.
    Byte buffer used for DER parsing.
    Interface for encoding DER objects.
    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(org.ldaptive.asn1.DERPath, org.ldaptive.asn1.ParseHandler) methods.
    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.
    DER path node encapsulates the path name and its location among other children that share a common parent.
    Describes the tag of a DER-encoded type.
    Converts arbitrary-precision integers to and from their DER encoded format.
    Convenience type for a tag with a null value.
    Converts strings to and from their DER encoded format.
    Converts object identifiers to and from their DER encoded format.
    Provides a hook in the DER parser for handling specific paths as they are encountered.
    Enumeration with common BER/DER universal tag types.
    Converts UUIDs to and from their DER encoded format.