|
Botan
1.11.4
|
#include <x509_ext.h>
Public Member Functions | |
| Authority_Key_ID () | |
| Authority_Key_ID (const std::vector< byte > &k) | |
| Authority_Key_ID * | copy () const |
| std::vector< byte > | get_key_id () const |
| OID | oid_of () const |
Authority Key Identifier Extension
Definition at line 159 of file x509_ext.h.
|
inline |
Definition at line 164 of file x509_ext.h.
|
inline |
Definition at line 165 of file x509_ext.h.
|
inlinevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 162 of file x509_ext.h.
|
inline |
Definition at line 167 of file x509_ext.h.
|
inherited |
Definition at line 73 of file x509_ext.cpp.
References Botan::OIDS::lookup(), and Botan::Certificate_Extension::oid_name().
Referenced by Botan::Extensions::encode_into().
1.8.3.1