Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::OCSP::Response, including all inherited members.
certificates() const | Botan::OCSP::Response | inline |
check_signature(const std::vector< Certificate_Store * > &trust_roots, const std::vector< std::shared_ptr< const X509_Certificate > > &cert_path={}) const | Botan::OCSP::Response | |
produced_at() const | Botan::OCSP::Response | inline |
raw_bits() const | Botan::OCSP::Response | inline |
Response()=default | Botan::OCSP::Response | |
Response(Certificate_Status_Code status) | Botan::OCSP::Response | |
Response(const std::vector< uint8_t > &response_bits) | Botan::OCSP::Response | inline |
Response(const uint8_t response_bits[], size_t response_bits_len) | Botan::OCSP::Response | |
signer_key_hash() const | Botan::OCSP::Response | inline |
signer_name() const | Botan::OCSP::Response | inline |
status() const | Botan::OCSP::Response | inline |
status_for(const X509_Certificate &issuer, const X509_Certificate &subject, std::chrono::system_clock::time_point ref_time=std::chrono::system_clock::now(), std::chrono::seconds max_age=std::chrono::seconds::zero()) const | Botan::OCSP::Response | |
verify_signature(const X509_Certificate &issuer) const | Botan::OCSP::Response |