A B C D E F G H I L M N O P R S T U V

A

AbstractContainer - Class in org.apache.asn1new.ber
This class is the abstract container used to store the current state of a PDU being decoded.
AbstractContainer() - Constructor for class org.apache.asn1new.ber.AbstractContainer
 
AbstractGrammar - Class in org.apache.asn1new.ber.grammar
The abstract IGrammar which is the Mother of all the grammars.
AbstractGrammar() - Constructor for class org.apache.asn1new.ber.grammar.AbstractGrammar
 
action - Variable in class org.apache.asn1new.ber.grammar.GrammarTransition
The action associated to the transition
action(IAsn1Container) - Method in interface org.apache.asn1new.ber.grammar.IAction
The action to be executed.
addByte(byte) - Method in class org.apache.asn1new.ber.tlv.Tag
Add a byte to the inner representation of the tag.
addData(ByteBuffer) - Method in class org.apache.asn1new.ber.tlv.Value
Append some bytes to the data buffer.
addData(byte[]) - Method in class org.apache.asn1new.ber.tlv.Value
Append some bytes to the data buffer.
addGrammar(IGrammar) - Method in class org.apache.asn1new.ber.AbstractContainer
Add a IGrammar to use
addGrammar(IGrammar) - Method in interface org.apache.asn1new.ber.containers.IAsn1Container
Add a new IGrammar to use
addLength(int) - Method in class org.apache.asn1new.Asn1Object
Add a length to the object
allowIndefiniteLength() - Method in class org.apache.asn1new.ber.Asn1Decoder
Allow indefinite length.
allowIndefiniteLength() - Method in interface org.apache.asn1new.ber.tlv.ITLVBerDecoderMBean
Allow indefinite length.
ALPHA - Static variable in class org.apache.asn1new.util.StringUtils
::= [0x41-0x5A] | [0x61-0x7A]
areEquals(byte[], int, String) - Static method in class org.apache.asn1new.util.StringUtils
Check if a text is present at the current position in a buffer.
areEquals(char[], int, String) - Static method in class org.apache.asn1new.util.StringUtils
Check if a text is present at the current position in a buffer.
areEquals(char[], int, char[]) - Static method in class org.apache.asn1new.util.StringUtils
Check if a text is present at the current position in a buffer.
areEquals(byte[], int, byte[]) - Static method in class org.apache.asn1new.util.StringUtils
Check if a text is present at the current position in a buffer.
Asn1Decoder - Class in org.apache.asn1new.ber
A BER TLV Tag component decoder.
Asn1Decoder() - Constructor for class org.apache.asn1new.ber.Asn1Decoder
A public constructor of an Asn1 Decoder.
Asn1Object - Class in org.apache.asn1new
An abstract class which implements basic TLV operations.
Asn1Object() - Constructor for class org.apache.asn1new.Asn1Object
 

B

BIT_STRING - Static variable in class org.apache.asn1new.ber.tlv.UniversalTag
value for the tag
BitString - Class in org.apache.asn1new.primitives
Implement the Bit String primitive type.
BitString() - Constructor for class org.apache.asn1new.primitives.BitString
Creates a BitString, with a default length.
BitString(int) - Constructor for class org.apache.asn1new.primitives.BitString
Creates a BitString with a specific length (length is the number of bytes).
BitString(int, boolean) - Constructor for class org.apache.asn1new.primitives.BitString
Creates a streamed BitString with a specific length.
BitString(byte[]) - Constructor for class org.apache.asn1new.primitives.BitString
Creates a BitString with a value.
BMP_STRING - Static variable in class org.apache.asn1new.ber.tlv.UniversalTag
value for the tag
BOOLEAN - Static variable in class org.apache.asn1new.ber.tlv.UniversalTag
value for the tag
BOOLEAN_TAG - Static variable in class org.apache.asn1new.ber.tlv.UniversalTag
ASN.1 primitive tag values
BooleanDecoder - Class in org.apache.asn1new.util
Parse and decode a Boolean value.
BooleanDecoder() - Constructor for class org.apache.asn1new.util.BooleanDecoder
 
BooleanDecoderException - Exception in org.apache.asn1new.util
Thrown when a BooleanDecoderException has encountered a failure condition during a decode.
BooleanDecoderException(String) - Constructor for exception org.apache.asn1new.util.BooleanDecoderException
Creates a BooleanDecoderException
bytePos - Variable in class org.apache.asn1new.ber.tlv.Tag
Current position in the tagBytes
bytes - Variable in class org.apache.asn1new.primitives.BitString
The string is stored in a byte array
bytes - Variable in class org.apache.asn1new.primitives.OctetString
The string is stored in a byte array
bytesToChar(byte[]) - Static method in class org.apache.asn1new.util.StringUtils
Return the Unicode char which is coded in the bytes at position 0.
bytesToChar(byte[], int) - Static method in class org.apache.asn1new.util.StringUtils
Return the Unicode char which is coded in the bytes at the given position.

C

CHAR - Static variable in class org.apache.asn1new.util.