CertificateStore

Certificate Store Interface

Members

Functions

allSubjects
Vector!X509DN allSubjects()
Undocumented in source.
certificateKnown
bool certificateKnown(X509Certificate cert)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
findCertRef
X509Certificate findCertRef(X509DN subject_dn, Vector!ubyte key_id)

Subject DN and (optionally) key identifier

findCrlFor
X509CRL findCrlFor(X509Certificate subject)
Undocumented in source.

Meta