CRLDistributionPoints

CRL Distribution Points Extension

Constructors

this
this()
Undocumented in source.
this
this(Vector!(DistributionPoint) points)
Undocumented in source.

Members

Aliases

DistributionPoint
alias DistributionPoint = RefCounted!DistributionPointImpl
Undocumented in source.

Classes

DistributionPointImpl
class DistributionPointImpl
Undocumented in source.

Functions

contentsTo
void contentsTo(DataStore info, DataStore )
Undocumented in source. Be warned that the author may not have intended to support it.
copy
CRLDistributionPoints copy()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeInner
void decodeInner(Vector!ubyte buf)
Undocumented in source. Be warned that the author may not have intended to support it.
distributionPoints
const(Vector!(DistributionPoint)) distributionPoints()
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.

Variables

m_distribution_points
Vector!(DistributionPoint) m_distribution_points;
Undocumented in source.

Inherited Members

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