| Botan
    1.10.16
    | 
#include <pubkey.h>
 
  
 | Public Member Functions | |
| SecureVector< byte > | decrypt (const byte in[], size_t length) const | 
| SecureVector< byte > | decrypt (const MemoryRegion< byte > &in) const | 
| PK_Decryptor_EME (const Private_Key &key, const std::string &eme) | |
| ~PK_Decryptor_EME () | |
| Botan::PK_Decryptor_EME::PK_Decryptor_EME | ( | const Private_Key & | key, | 
| const std::string & | eme | ||
| ) | 
Construct an instance.
| key | the key to use inside the encryptor | 
| eme | the EME to use | 
Definition at line 86 of file pubkey.cpp.
References Botan::Public_Key::algo_name(), Botan::EME::decode(), Botan::get_eme(), Botan::Global_State_Management::global_state(), Botan::PK_Ops::Encryption::max_input_bits(), and Botan::Algorithm_Factory::Engine_Iterator::next().
| 
 | inline | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
Decrypt a ciphertext.
| in | the ciphertext | 
Definition at line 104 of file pubkey.h.
References Botan::MemoryRegion< T >::size().
 1.8.13
 1.8.13