botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
OCSPRequest
botan
cert
x509
ocsp
Undocumented in source.
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
struct
OCSPRequest {
this
();
this
(X509Certificate issuer_cert, X509Certificate subject_cert);
Vector
!
ubyte
BER_encode
();
string
base64Encode
();
const
(
X509Certificate
)
issuer
();
const
(
X509Certificate
)
subject
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(X509Certificate issuer_cert, X509Certificate subject_cert)
Undocumented in source.
Members
Functions
BER_encode
Vector
!
ubyte
BER_encode
()
Undocumented in source. Be warned that the author may not have intended to support it.
base64Encode
string
base64Encode
()
Undocumented in source. Be warned that the author may not have intended to support it.
issuer
const
(
X509Certificate
)
issuer
()
Undocumented in source. Be warned that the author may not have intended to support it.
subject
const
(
X509Certificate
)
subject
()
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