botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
CertificateStoreOverlay
botan
cert
x509
certstor
Undocumented in source.
version(X509)
final
class
CertificateStoreOverlay :
CertificateStore
{
this
(Vector!X509Certificate certs);
X509CRL
findCrlFor
(X509Certificate subject);
Vector
!
X509DN
allSubjects
();
X509Certificate
findCertRef
(X509DN subject_dn, Vector!ubyte key_id);
}
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
Source
See Implementation
botan
cert
x509
certstor
classes
CertificateStoreInMemory
CertificateStoreOverlay
functions
certSearch
interfaces
CertificateStore