botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
CertificateStore
botan
cert
x509
certstor
Certificate Store Interface
version(X509)
interface
CertificateStore {
X509Certificate
findCertRef
(X509DN subject_dn, Vector!ubyte key_id);
X509Certificate
findCert
(X509DN subject_dn, Vector!ubyte key_id);
X509CRL
findCrlFor
(X509Certificate subject);
bool
certificateKnown
(X509Certificate cert);
Vector
!
X509DN
allSubjects
();
}
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
Source
See Implementation
botan
cert
x509
certstor
classes
CertificateStoreInMemory
CertificateStoreOverlay
functions
certSearch
interfaces
CertificateStore
Certificate Store Interface