Encoder

Undocumented in source.
mixin template Encoder (
Element
) {}

Members

Aliases

encodeBMPString
alias encodeBMPString = encodeBasicMultilingualPlaneString
Undocumented in source.
encodeIA5String
alias encodeIA5String = encodeInternationalAlphabet5String
Undocumented in source.
encodeOD
alias encodeOD = encodeObjectDescriptor
Undocumented in source.
encodeOID
alias encodeOID = encodeObjectIdentifier
Undocumented in source.
encodeObjectID
alias encodeObjectID = encodeObjectIdentifier
Undocumented in source.
encodeROID
alias encodeROID = encodeRelativeObjectIdentifier
Undocumented in source.
encodeRelativeOID
alias encodeRelativeOID = encodeRelativeObjectIdentifier
Undocumented in source.
encodeRelativeObjectID
alias encodeRelativeObjectID = encodeRelativeObjectIdentifier
Undocumented in source.
encodeT61String
alias encodeT61String = encodeTeletexString
Undocumented in source.
encodeUTCTime
alias encodeUTCTime = encodeCoordinatedUniversalTime
Undocumented in source.
encodeUTF8String
alias encodeUTF8String = encodeUnicodeTransformationFormat8String
Undocumented in source.

Classes

ArgumentException
class ArgumentException
Undocumented in source.

Functions

encode
ubyte[] encode(string arg)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBasicMultilingualPlaneString
void encodeBasicMultilingualPlaneString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBitString
void encodeBitString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBoolean
void encodeBoolean(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeCoordinatedUniversalTime
void encodeCoordinatedUniversalTime(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeEnumerated
void encodeEnumerated(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeGeneralString
void encodeGeneralString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeGeneralizedTime
void encodeGeneralizedTime(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeGraphicString
void encodeGraphicString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInteger
void encodeInteger(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInternationalAlphabet5String
void encodeInternationalAlphabet5String(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeNumericString
void encodeNumericString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeObjectDescriptor
void encodeObjectDescriptor(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeObjectIdentifier
void encodeObjectIdentifier(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeOctetString
void encodeOctetString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodePrintableString
void encodePrintableString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeReal
void encodeReal(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeRelativeObjectIdentifier
void encodeRelativeObjectIdentifier(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeTeletexString
void encodeTeletexString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeUnicodeTransformationFormat8String
void encodeUnicodeTransformationFormat8String(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeUniversalString
void encodeUniversalString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeVideotexString
void encodeVideotexString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeVisibleString
void encodeVisibleString(Element element, string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta