ASN1ChrImpl

This class represents CHRs of CVCs (tag 32)

final
static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
class ASN1ChrImpl : ASN1EACString {}

Constructors

this
this(string str)

Create a CHR with the specified content.

this
this(ASN1Chr other)
Undocumented in source.

Inherited Members

From ASN1EACString

encodeInto
void encodeInto(DEREncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeFrom
void decodeFrom(BERDecoder source)
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value()

Get this objects string value.

iso8859
string iso8859()

Get this objects string value.

tagging
ASN1Tag tagging()
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.
opCmp
bool opCmp(ASN1EACString rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
sanityCheck
bool sanityCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
m_iso_8859_str
string m_iso_8859_str;
Undocumented in source.
m_tag
ASN1Tag m_tag;
Undocumented in source.

Meta