botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
OCSPResponseImpl
botan
cert
x509
ocsp
Undocumented in source.
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
class
OCSPResponseImpl {
this
(CertificateStore trusted_roots, string response_bits);
CertificateStatusCode
statusFor
(X509Certificate issuer, X509Certificate subject);
bool
empty
[@property getter];
}
Constructors
this
this
(CertificateStore trusted_roots, string response_bits)
Undocumented in source.
Members
Functions
statusFor
CertificateStatusCode
statusFor
(X509Certificate issuer, X509Certificate subject)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
cert
x509
ocsp
aliases
OCSPResponse
classes
OCSPResponseImpl
functions
checkSignature
decodeOptionalList
structs
OCSPRequest
OnlineCheck