Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Asn1AbstractTime.encodeXMLData(Asn1XmlXerEncoder buffer)
This method encodes this ASN.1 time string into xsd:dateTime
format.
|