Botan 1.10.17
x509_key.h File Reference
#include <botan/pk_keys.h>
#include <botan/alg_id.h>
#include <botan/pubkey_enums.h>
#include <botan/pipe.h>
#include <string>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::X509

Functions

MemoryVector< byteBotan::X509::BER_encode (const Public_Key &key)
Public_KeyBotan::X509::copy_key (const Public_Key &key)
void Botan::X509::encode (const Public_Key &key, Pipe &pipe, X509_Encoding encoding=PEM)
Key_Constraints Botan::X509::find_constraints (const Public_Key &pub_key, Key_Constraints limits)
Public_KeyBotan::X509::load_key (const MemoryRegion< byte > &mem)
Public_KeyBotan::X509::load_key (const std::string &fsname)
Public_KeyBotan::X509::load_key (DataSource &source)
std::string Botan::X509::PEM_encode (const Public_Key &key)