Botan 2.19.3
Crypto and TLS for C&
|
#include <x509_ext.h>
Public Member Functions | |
Subject_Key_ID * | 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, const std::string &hash_fn) | |
virtual void | validate (const X509_Certificate &subject, const X509_Certificate &issuer, const std::vector< std::shared_ptr< const 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 83 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, |
const std::string & | hash_fn | ||
) |
Definition at line 458 of file x509_ext.cpp.
References Botan::HashFunction::create_or_throw(), and hash.
|
inlineoverridevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 93 of file x509_ext.h.
|
inline |
Definition at line 96 of file x509_ext.h.
|
inlineoverridevirtual |
Implements Botan::Certificate_Extension.
Definition at line 99 of file x509_ext.h.
|
inlinestatic |
Definition at line 98 of file x509_ext.h.
|
virtualinherited |
Reimplemented in Botan::Cert_Extension::Unknown_Extension, Botan::Cert_Extension::Name_Constraints, and Botan::Cert_Extension::Certificate_Policies.
Definition at line 113 of file x509_ext.cpp.