ASN1EACString

Base class for car/chr of cv certificates.

Constructors

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

Destructor

~this
~this()
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()

Get this objects string value.

opCmp
bool opCmp(ASN1EACString rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(ASN1EACString rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
sanityCheck
bool sanityCheck()
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()

Get this objects string value.

Variables

m_iso_8859_str
string m_iso_8859_str;
Undocumented in source.
m_tag
ASN1Tag m_tag;
Undocumented in source.

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