Modifier and Type | Interface and Description |
---|---|
interface |
Asn1PerMessageBuffer
This interface defines constants and methods specific to encoding
and decoding PER messages.
|
Modifier and Type | Class and Description |
---|---|
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 |
Asn1EncodeBitBuffer
An encoding buffer that is bit-oriented.
|
class |
Asn1NasDecodeBuffer
This class handles non-ASN.1 encodings related to 3GPP specifications.
|
class |
Asn1NasEncodeBuffer
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 |
Asn1OerEncodeBuffer
This class handles the encoding of ASN.1 messages as specified in
the Octet Encoding Rules (OER) as specified 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 |
Asn1PerEncodeBuffer
This class handles the encoding 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 | Field and Description |
---|---|
protected Asn1BitMessageBuffer |
Asn1PerBitFieldPrinter.mPerMessageBuffer |
Constructor and Description |
---|
Asn1PerBitFieldPrinter(Asn1BitMessageBuffer bitMessageBuffer,
java.io.InputStream encodedMessage)
Constructor
|
Asn1PerTraceHandler(Asn1BitMessageBuffer messageBuffer)
This constructor initializes internal trace handler member
variables.
|