Uses of Class
com.objsys.asn1j.runtime.Asn1DecodeBuffer

Uses of Asn1DecodeBuffer in com.objsys.asn1j.runtime
 

Subclasses of Asn1DecodeBuffer in com.objsys.asn1j.runtime
 class Asn1BerDecodeBuffer
          This class handles the decoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690 standard.
 class Asn1BerInputStream
          This class handles the input stream for the decoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690 standard.
 class Asn1CerInputStream
          This class handles the input stream for the decoding of ASN.1 messages as specified in the Canonical Encoding Rules (CER) as documented in the ITU-T X.690 standard.
 class Asn1DerDecodeBuffer
          This class handles the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.
 class Asn1DerInputStream
          This class handles the input stream for the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.
 class Asn1MderDecodeBuffer
          Asn1MderDecodeBuffer provides the source for an MDER decode.
 class Asn1PerDecodeBuffer
          This class handles the decoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) as specified in the ITU-T X.691 standard.
 class Asn1PerInputStream
          This class handles the input stream for decoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) ITU-T X.691 standard.
 

Methods in com.objsys.asn1j.runtime with parameters of type Asn1DecodeBuffer
static java.math.BigInteger Asn1BigInteger.decodeValue(Asn1DecodeBuffer buffer, int length)
          This method decodes the contents of an ASN.1 integer value using either the Basic Encoding Rules (BER) or the Packed Encoding Rules (PER).
 

Constructors in com.objsys.asn1j.runtime with parameters of type Asn1DecodeBuffer
Asn1EndOfBufferException(Asn1DecodeBuffer buffer)
          This constructor creates an exception object with a textual message describing the tag of the duplicate element..
Asn1Exception(Asn1DecodeBuffer buffer, java.lang.String message)
          This constructor creates the base exception object and captures the current buffer offset from the decode buffer..