| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Asn1PerMessageBufferThis interface defines constants and methods specific to encoding
 and decoding PER messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Asn1DecodeBitBufferThis class handles handles decoding where the decode buffer is viewed
 as a set of bits (i.e. a bit offset is maintained). | 
| class  | Asn1EncodeBitBufferAn encoding buffer that is bit-oriented. | 
| class  | Asn1NasDecodeBufferThis class handles non-ASN.1 encodings related to 3GPP specifications. | 
| class  | Asn1NasEncodeBufferThis class handles non-ASN.1 encodings related to 3GPP specifications. | 
| class  | Asn1OerDecodeBufferThis 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  | Asn1OerEncodeBufferThis 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  | Asn1PerDecodeBufferThis 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  | Asn1PerEncodeBufferThis 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  | Asn1PerInputStreamThis 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. |