Botan 3.4.0
Crypto and TLS for C&
Botan::ECIES_Encryptor Member List

This is the complete list of members for Botan::ECIES_Encryptor, including all inherited members.

ECIES_Encryptor(const PK_Key_Agreement_Key &private_key, const ECIES_System_Params &ecies_params, RandomNumberGenerator &rng)Botan::ECIES_Encryptor
ECIES_Encryptor(RandomNumberGenerator &rng, const ECIES_System_Params &ecies_params)Botan::ECIES_Encryptor
encrypt(const uint8_t in[], size_t length, RandomNumberGenerator &rng) constBotan::PK_Encryptorinline
encrypt(std::span< const uint8_t > in, RandomNumberGenerator &rng) constBotan::PK_Encryptorinline
operator=(const PK_Encryptor &)=deleteBotan::PK_Encryptor
operator=(PK_Encryptor &&) noexcept=defaultBotan::PK_Encryptor
PK_Encryptor()=defaultBotan::PK_Encryptor
PK_Encryptor(const PK_Encryptor &)=deleteBotan::PK_Encryptor
PK_Encryptor(PK_Encryptor &&) noexcept=defaultBotan::PK_Encryptor
set_initialization_vector(const InitializationVector &iv)Botan::ECIES_Encryptorinline
set_label(std::string_view label)Botan::ECIES_Encryptorinline
set_other_key(const EC_Point &public_point)Botan::ECIES_Encryptorinline
~PK_Encryptor()=defaultBotan::PK_Encryptorvirtual