Package org.apache.directory.api.asn1.ber.tlv

Interface Summary
TLVBerDecoderMBean A MBean used to get stats on the decoding process.
 

Class Summary
BerValue This class stores the data decoded from a TLV.
BooleanDecoder Parse and decode a Boolean value.
IntegerDecoder Parse and decode an Integer value.
LongDecoder Parse and decode a Long value.
TLV This class is used to store Tags, Lengths and Values decoded from a PDU.
 

Enum Summary
TLVStateEnum Stores the different states of a PDU parsing.
UniversalTag Enum for ASN.1 UNIVERSAL class tags.
 

Exception Summary
BooleanDecoderException Thrown when a BooleanDecoder has encountered a failure condition during a decode.
IntegerDecoderException Thrown when a IntegerDecoder has encountered a failure condition during a decode.
LongDecoderException Thrown when a LongDecoder has encountered a failure condition during a decode.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.