|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Asn1EncodeBuffer in com.objsys.asn1j.runtime |
---|
Subclasses of Asn1EncodeBuffer in com.objsys.asn1j.runtime | |
---|---|
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 |
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. |
Fields in com.objsys.asn1j.runtime declared as Asn1EncodeBuffer | |
---|---|
protected Asn1EncodeBuffer |
Asn1OpenType.mEncodeBuffer
|
Methods in com.objsys.asn1j.runtime with parameters of type Asn1EncodeBuffer | |
---|---|
protected static int |
Asn1BigInteger.encodeValue(Asn1EncodeBuffer buffer,
java.math.BigInteger ivalue,
boolean doCopy)
|
Constructors in com.objsys.asn1j.runtime with parameters of type Asn1EncodeBuffer | |
---|---|
Asn1OpenType(Asn1EncodeBuffer buffer)
This constructor initializes an open type using an encoded component. |
|
Asn1XerOpenType(Asn1EncodeBuffer buffer)
Deprecated. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |