X509ExtensionsImpl

X.509 Certificate Extension List

Constructors

this
this(X509Extensions ext)
Undocumented in source.
this
this(bool st)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(CertificateExtension extn, bool critical)
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.
decodeFrom
void decodeFrom(BERDecoder from_source)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder to_object)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
X509ExtensionsImpl opAssign(X509Extensions other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
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