IssuerAlternativeName

Issuer Alternative Name Extension

Constructors

this
this(AlternativeName name)
Undocumented in source.

Members

Functions

contentsTo
void contentsTo(DataStore subject, DataStore issuer)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
IssuerAlternativeName copy()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeInner
void decodeInner(Vector!ubyte input)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInner
Vector!ubyte encodeInner()
Undocumented in source. Be warned that the author may not have intended to support it.
oidName
string oidName()
Undocumented in source. Be warned that the author may not have intended to support it.
shouldEncode
bool shouldEncode()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AlternativeNameExt

getAltName
const(AlternativeName) getAltName()
Undocumented in source. Be warned that the author may not have intended to support it.
oidName
string oidName()
Undocumented in source. Be warned that the author may not have intended to support it.
shouldEncode
bool shouldEncode()
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInner
Vector!ubyte encodeInner()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeInner
void decodeInner(Vector!ubyte input)
Undocumented in source. Be warned that the author may not have intended to support it.
contentsTo
void contentsTo(DataStore subject_info, DataStore issuer_info)
Undocumented in source. Be warned that the author may not have intended to support it.
m_oid_name_str
string m_oid_name_str;
Undocumented in source.
m_alt_name
AlternativeName m_alt_name;
Undocumented in source.

From CertificateExtension

oidOf
OID oidOf()
copy
CertificateExtension copy()

Make a copy of this extension

contentsTo
void contentsTo(DataStore subject, DataStore issuer)
Undocumented in source.
oidName
string oidName()
Undocumented in source.
shouldEncode
bool shouldEncode()
Undocumented in source.
encodeInner
Vector!ubyte encodeInner()
Undocumented in source.
decodeInner
void decodeInner(Vector!ubyte )
Undocumented in source.

Meta