Botan 3.6.1
Crypto and TLS for C&
|
#include <x509_ext.h>
Public Member Functions | |
std::unique_ptr< Certificate_Extension > | copy () const override |
const std::vector< uint8_t > & | get_key_id () const |
OID | oid_of () const override |
Subject_Key_ID ()=default | |
Subject_Key_ID (const std::vector< uint8_t > &k) | |
Subject_Key_ID (const std::vector< uint8_t > &public_key, std::string_view hash_fn) | |
virtual void | validate (const X509_Certificate &subject, const X509_Certificate &issuer, const std::vector< X509_Certificate > &cert_path, std::vector< std::set< Certificate_Status_Code > > &cert_status, size_t pos) |
Static Public Member Functions | |
static OID | static_oid () |
Subject Key Identifier Extension
Definition at line 84 of file x509_ext.h.
|
default |
|
inlineexplicit |
Definition at line 88 of file x509_ext.h.
Botan::Cert_Extension::Subject_Key_ID::Subject_Key_ID | ( | const std::vector< uint8_t > & | public_key, |
std::string_view | hash_fn ) |
Definition at line 405 of file x509_ext.cpp.
References Botan::HashFunction::create_or_throw().
|
inlineoverridevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 92 of file x509_ext.h.
|
inline |
Definition at line 96 of file x509_ext.h.
|
inlineoverridevirtual |
Implements Botan::Certificate_Extension.
Definition at line 100 of file x509_ext.h.
|
inlinestatic |
Definition at line 98 of file x509_ext.h.
|
virtualinherited |
Reimplemented in Botan::Cert_Extension::Certificate_Policies, Botan::Cert_Extension::Name_Constraints, and Botan::Cert_Extension::Unknown_Extension.
Definition at line 133 of file x509_ext.cpp.