| Botan
    1.10.16
    | 
#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::Data_Store::add(), Botan::CONTEXT_SPECIFIC, Botan::BER_Decoder::decode(), Botan::BER_Decoder::decode_optional_string(), Botan::DER_Encoder::encode(), Botan::DER_Encoder::end_cons(), Botan::DER_Encoder::get_contents(), Botan::OCTET_STRING, Botan::Buffered_Computation::process(), Botan::SEQUENCE, Botan::DER_Encoder::start_cons(), and Botan::BER_Decoder::start_cons().
| 
 | 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().
Referenced by Botan::Extensions::encode_into().
 1.8.13
 1.8.13