| Modifier and Type | Class and Description | 
|---|---|
class  | 
Asn1BerOutputStream
This class implements the output stream to encode ASN.1 messages as
 specified in the Basic Encoding Rules (BER) as specified in the
 ITU-T X.690 standard. 
 | 
class  | 
Asn1CerOutputStream
This class implements the output stream to encode ASN.1 messages as
 specified in the Canonical Encoding Rules (CER) as specified in the
 ITU-T X.690 standard. 
 | 
class  | 
Asn1EncodeBitBuffer
An encoding buffer that is bit-oriented. 
 | 
class  | 
Asn1MderOutputStream
An output stream for use with MDER encoding. 
 | 
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  | 
Asn1OutputStream
This abstract class implements the base output stream to encode
 ASN.1 messages. 
 | 
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  | 
Asn1PerOutputStream
This class handles the output stream for encoding of ASN.1 messages
 as specified in the Packed Encoding Rules (PER) ITU-T X.691 standard. 
 | 
class  | 
Asn1XerOutputStream
This class implements the output stream to encode ASN.1 messages as
 specified in the XML Encoding Rules (XER) as specified in the
 ITU-T X.693 standard. 
 | 
class  | 
Asn1XmlOutputStream
This class implements the output stream to encode ASN.1 messages as
 specified in the XML Encoding as specified in the
 XML schema standard. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Asn1StringOID.encodeIdentifier(Asn1Writable os,
                java.math.BigInteger ident)
This method writes the BER contents octets for a single identifier,
 such as those use in tags and object identifiers, to the given
 writable. 
 |