CRLEntryImpl

This class represents CRL entries

Constructors

this
this(bool throw_on_unknown_critical_extension)

Construct an empty CRL entry.

this
this(X509CertificateImpl cert, CRLCode why)

Construct an CRL entry.

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 to_)
Undocumented in source. Be warned that the author may not have intended to support it.
expireTime
const(X509Time) expireTime()

Get the revocation date of the certificate associated with this entry

opCmp
int opCmp(CRLEntry a2)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(CRLEntry a2)
Undocumented in source. Be warned that the author may not have intended to support it.
reasonCode
CRLCode reasonCode()

Get the entries reason code

serialNumber
const(Vector!ubyte) serialNumber()

Get the serial number of the certificate associated with this entry.

Meta