- decode(Object) - Method in interface org.apache.directory.api.asn1.Decoder
-
Decodes an "encoded" Object and returns a "decoded" Object.
- Decoder - Interface in org.apache.directory.api.asn1
-
Provides the highest level of abstraction for Decoders.
- DecoderException - Exception in org.apache.directory.api.asn1
-
Thrown when a Decoder has encountered a failure condition during a decode.
- DecoderException(String) - Constructor for exception org.apache.directory.api.asn1.DecoderException
-
Creates a DecoderException
- DecoderException(String, Throwable) - Constructor for exception org.apache.directory.api.asn1.DecoderException
-
Creates a DecoderException
- dumpByte(byte) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
-
Helper function that dump a byte in hex form
- dumpBytes(byte[]) - Static method in class org.apache.directory.api.asn1.util.Asn1StringUtils
-
Helper function that dump an array of bytes in hex form