CertificateStoreOverlay

Undocumented in source.

Constructors

this
this(Vector!X509Certificate certs)
Undocumented in source.

Members

Functions

allSubjects
Vector!X509DN allSubjects()
Undocumented in source. Be warned that the author may not have intended to support it.
findCertRef
X509Certificate findCertRef(X509DN subject_dn, Vector!ubyte key_id)
Undocumented in source. Be warned that the author may not have intended to support it.
findCrlFor
X509CRL findCrlFor(X509Certificate subject)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CertificateStore

findCertRef
X509Certificate findCertRef(X509DN subject_dn, Vector!ubyte key_id)

Subject DN and (optionally) key identifier

findCert
X509Certificate findCert(X509DN subject_dn, Vector!ubyte key_id)
Undocumented in source. Be warned that the author may not have intended to support it.
findCrlFor
X509CRL findCrlFor(X509Certificate subject)
Undocumented in source.
certificateKnown
bool certificateKnown(X509Certificate cert)
Undocumented in source. Be warned that the author may not have intended to support it.
allSubjects
Vector!X509DN allSubjects()
Undocumented in source.

Meta