Uses of Interface
com.objsys.asn1j.runtime.Asn1XmlXerEncoder

Uses of Asn1XmlXerEncoder in com.objsys.asn1j.runtime
 

Subinterfaces of Asn1XmlXerEncoder in com.objsys.asn1j.runtime
 interface Asn1XerEncoder
          This is a base interface for encoding of ASN.1 messages as specified in the XML Encoding Rules (XER) as specified in the ITU-T X.693 standard.
 interface Asn1XmlEncoder
          This is a base interface for encoding of ASN.1 messages as XML as specified in the W3C standard.
 

Classes in com.objsys.asn1j.runtime that implement Asn1XmlXerEncoder
 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 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 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.
 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.
 

Methods in com.objsys.asn1j.runtime with parameters of type Asn1XmlXerEncoder
 void Asn1UniversalString.encodeData(Asn1XmlXerEncoder buffer)
          This method encodes an ASN.1 Universal String value using the XML Encoding as specified in the XML schema standard(asn2xsd).
 void Asn1Time.encodeXMLData(Asn1XmlXerEncoder buffer)
          This method encodes this ASN.1 time string into xsd:dateTime format.