|
Botan 3.11.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/types.h>#include <memory>#include <span>#include <string>#include <string_view>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| std::unique_ptr< Private_Key > | Botan::create_ec_private_key (std::string_view alg_name, const EC_Group &ec_group, RandomNumberGenerator &rng) |
| std::unique_ptr< Private_Key > | Botan::create_private_key (std::string_view alg_name, RandomNumberGenerator &rng, std::string_view params, std::string_view provider) |
| std::unique_ptr< Private_Key > | Botan::load_private_key (const AlgorithmIdentifier &alg_id, std::span< const uint8_t > key_bits) |
| std::unique_ptr< Public_Key > | Botan::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) |
Public Header.
Definition in file pk_algs.h.