| Modifier and Type | Class and Description | 
|---|---|
class  | 
Asn1BerEncodeBuffer
This class handles the encoding of ASN.1 messages as specified in
 the Basic Encoding Rules (BER) as specified in the ITU-T X.690
 standard. 
 | 
class  | 
Asn1DerEncodeBuffer
This class handles the encoding of ASN.1 messages as specified in
 the Distinguished Encoding Rules (DER) as specified in the ITU-T X.690
 standard. 
 | 
class  | 
Asn1EncodeBitBuffer
An encoding buffer that is bit-oriented. 
 | 
class  | 
Asn1EncodeByteBuffer
An encoding buffer that is byte-oriented. 
 | 
class  | 
Asn1EncodeByteBufferRev
An encoding buffer that fills the underlying array in reverse order. 
 | 
class  | 
Asn1NasEncodeBuffer
This class handles non-ASN.1 encodings related to 3GPP specifications. 
 | 
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  | 
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  | 
Asn1XerEncodeBuffer
This class handles the encoding of ASN.1 messages as specified in
 the XML Encoding Rules (XER) as specified in the ITU-T X.693
 standard. 
 | 
class  | 
Asn1XmlEncodeBuffer
This class handles the encoding of ASN.1 messages as specified in
 the XML Encoding (non-XER) as specified in the XML schema standard. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Asn1EncodeBuffer | 
Asn1OpenType.mEncodeBuffer  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static int | 
Asn1BigInteger.encodeValue(Asn1EncodeBuffer buffer,
           java.math.BigInteger ivalue,
           boolean doCopy)  | 
| Constructor and Description | 
|---|
Asn1OpenType(Asn1EncodeBuffer buffer)
This constructor initializes an open type using an encoded
 component. 
 | 
Asn1XerOpenType(Asn1EncodeBuffer buffer)
Deprecated.  
  |