Botan 3.3.0
Crypto and TLS for C&
Botan::PK_Encryptor Member List

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

ciphertext_length(size_t ctext_len) const =0Botan::PK_Encryptorpure virtual
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
maximum_input_size() const =0Botan::PK_Encryptorpure virtual
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
~PK_Encryptor()=defaultBotan::PK_Encryptorvirtual