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

Public Header. More...

#include <botan/asn1_obj.h>
#include <botan/pk_keys.h>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

std::unique_ptr< Private_KeyBotan::create_ec_private_key (std::string_view alg_name, const EC_Group &ec_group, RandomNumberGenerator &rng)
 
std::unique_ptr< Private_KeyBotan::create_private_key (std::string_view alg_name, RandomNumberGenerator &rng, std::string_view params, std::string_view provider)
 
std::unique_ptr< Private_KeyBotan::load_private_key (const AlgorithmIdentifier &alg_id, std::span< const uint8_t > key_bits)
 
std::unique_ptr< Public_KeyBotan::load_public_key (const AlgorithmIdentifier &alg_id, std::span< const uint8_t > key_bits)
 
std::vector< std::string > Botan::probe_provider_private_key (std::string_view alg_name, const std::vector< std::string > &possible)
 

Detailed Description

Public Header.

Definition in file pk_algs.h.