ASN1StringImpl

Simple String

Constructors

this
this(string str, ASN1Tag t)
Undocumented in source.
this
this(string str)
Undocumented in source.

Members

Functions

decodeFrom
void decodeFrom(BERDecoder source)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
iso8859
string iso8859()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(RefCounted!(ASN1StringImpl) other)
Undocumented in source. Be warned that the author may not have intended to support it.
tagging
ASN1Tag tagging()
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ASN1Object

encodeInto
void encodeInto(DEREncoder to)

Encode whatever this object is into to

decodeFrom
void decodeFrom(BERDecoder from)

Decode whatever this object is from from

Meta