Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
x509_key.h File Reference

Public Header. More...

#include <botan/data_src.h>
#include <botan/pk_keys.h>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Botan
 
namespace  Botan::X509
 

Functions

std::vector< uint8_t > Botan::X509::BER_encode (const Public_Key &key)
 
std::unique_ptr< Public_KeyBotan::X509::copy_key (const Public_Key &key)
 
std::unique_ptr< Public_KeyBotan::X509::load_key (const std::vector< uint8_t > &enc)
 
std::unique_ptr< Public_KeyBotan::X509::load_key (DataSource &source)
 
std::unique_ptr< Public_KeyBotan::X509::load_key (std::span< const uint8_t > enc)
 
std::string Botan::X509::PEM_encode (const Public_Key &key)
 

Detailed Description

Public Header.

Definition in file x509_key.h.