|
Botan
2.13.0
Crypto and TLS for C++11
|
#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 353 of file x509_ext.h.
|
default |
|
inlineexplicit |
Definition at line 358 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 363 of file x509_ext.h.
|
inline |
Definition at line 366 of file x509_ext.h.
|
inlineoverridevirtual |
Implements Botan::Certificate_Extension.
Definition at line 369 of file x509_ext.h.
|
inlinestatic |
Definition at line 368 of file x509_ext.h.
|
virtualinherited |
Reimplemented in Botan::Cert_Extension::Unknown_Extension, Botan::Cert_Extension::Certificate_Policies, and Botan::Cert_Extension::Name_Constraints.
Definition at line 113 of file x509_ext.cpp.
1.8.9.1