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

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

DLIES_Encryptor(const DH_PrivateKey &own_priv_key, RandomNumberGenerator &rng, std::unique_ptr< KDF > kdf, std::unique_ptr< MessageAuthenticationCode > mac, size_t mac_key_len=20)Botan::DLIES_Encryptor
DLIES_Encryptor(const DH_PrivateKey &own_priv_key, RandomNumberGenerator &rng, std::unique_ptr< KDF > kdf, std::unique_ptr< Cipher_Mode > cipher, size_t cipher_key_len, std::unique_ptr< MessageAuthenticationCode > mac, size_t mac_key_len=20)Botan::DLIES_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::DLIES_Encryptorinline
set_other_key(const std::vector< uint8_t > &other_pub_key)Botan::DLIES_Encryptorinline
~PK_Encryptor()=defaultBotan::PK_Encryptorvirtual