|
Botan 2.19.5
Crypto and TLS for C&
|
#include <botan/pk_keys.h>#include <botan/types.h>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
| namespace | Botan::X509 |
Enumerations | |
| enum | Botan::X509_Encoding { Botan::RAW_BER , Botan::PEM } |
Functions | |
| std::vector< uint8_t > | Botan::X509::BER_encode (const Public_Key &key) |
| Public_Key * | Botan::X509::copy_key (const Public_Key &key) |
| Public_Key * | Botan::X509::load_key (const std::vector< uint8_t > &mem) |
| Public_Key * | Botan::X509::load_key (DataSource &source) |
| std::string | Botan::X509::PEM_encode (const Public_Key &key) |