Uses of Class
com.objsys.asn1j.runtime.Asn1MessageBuffer

Uses of Asn1MessageBuffer in com.objsys.asn1j.runtime
 

Subclasses of Asn1MessageBuffer in com.objsys.asn1j.runtime
 class Asn1BerDecodeBuffer
          This class handles the decoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690 standard.
 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 Asn1BerInputStream
          This class handles the input stream for the decoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690 standard.
 class Asn1CerInputStream
          This class handles the input stream for the decoding of ASN.1 messages as specified in the Canonical Encoding Rules (CER) as documented in the ITU-T X.690 standard.
 class Asn1DecodeBuffer
          This is the base class to specific decode buffer classes for the different types of encoding rules (BER, DER and PER).
 class Asn1DerDecodeBuffer
          This class handles the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented 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 Asn1DerInputStream
          This class handles the input stream for the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.
 class Asn1EncodeBuffer
          This is the base class to specific encode buffer classes for the different types of encoding rules (BER, DER and PER).
 class Asn1MderDecodeBuffer
          Asn1MderDecodeBuffer provides the source for an MDER decode.
 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.
 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.
 

Methods in com.objsys.asn1j.runtime with parameters of type Asn1MessageBuffer
 void Asn1MessageBuffer.setEventHandlerList(Asn1MessageBuffer buffer)
          This method will set the event handler dispatcher in this object to be equal to that in the given decode buffer object (the buffers will share the dispatcher).