Botan 1.10.17
look_pk.h File Reference
#include <botan/lookup.h>
#include <botan/pubkey.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

PK_DecryptorBotan::get_pk_decryptor (const Private_Key &key, const std::string &eme)
PK_EncryptorBotan::get_pk_encryptor (const Public_Key &key, const std::string &eme)
PK_Key_AgreementBotan::get_pk_kas (const PK_Key_Agreement_Key &key, const std::string &kdf)
PK_SignerBotan::get_pk_signer (const Private_Key &key, const std::string &emsa, Signature_Format sig_format=IEEE_1363)
PK_VerifierBotan::get_pk_verifier (const Public_Key &key, const std::string &emsa, Signature_Format sig_format=IEEE_1363)