Botan
1.10.9
|
#include <x509_ext.h>
Public Member Functions | |
Subject_Key_ID * | copy () const |
MemoryVector< byte > | get_key_id () const |
OID | oid_of () const |
Subject_Key_ID () | |
Subject_Key_ID (const MemoryRegion< byte > &) | |
Subject Key Identifier Extension
Definition at line 144 of file x509_ext.h.
|
inline |
Definition at line 149 of file x509_ext.h.
Botan::Cert_Extension::Subject_Key_ID::Subject_Key_ID | ( | const MemoryRegion< byte > & | pub_key | ) |
Definition at line 303 of file x509_ext.cpp.
References Botan::Buffered_Computation::process().
|
inlinevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 147 of file x509_ext.h.
|
inline |
Definition at line 152 of file x509_ext.h.
|
inherited |
Definition at line 72 of file x509_ext.cpp.
References Botan::OIDS::lookup(), and Botan::Certificate_Extension::oid_name().
Referenced by Botan::Extensions::encode_into().