Modifier and Type | Class and Description |
---|---|
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 |
Asn1DecodeBitBuffer
This class handles handles decoding where the decode buffer is viewed
as a set of bits (i.e. a bit offset is maintained).
|
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 |
Asn1NasDecodeBuffer
This class handles non-ASN.1 encodings related to 3GPP specifications.
|
class |
Asn1OerDecodeBuffer
This class handles the decoding of ASN.1 messages as specified in
the Octet Encoding Rules (OER) as documented in the ITU-T X.696
standard.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Asn1Real.decode(Asn1DecodeBuffer buffer,
int length,
int baseflag)
This method decodes the content octets of an ASN.1 REAL value into this
object, where the REAL was encoded as for BER and the length is taken
to be as given.
|
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).
|
Constructor and Description |
---|
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..
|