|
Botan
1.11.4
|
#include <pubkey.h>
Public Member Functions | |
| secure_vector< byte > | decrypt (const byte in[], size_t length) const |
| template<typename Alloc > | |
| secure_vector< byte > | decrypt (const std::vector< byte, Alloc > &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 84 of file pubkey.cpp.
References Botan::Public_Key::algo_name(), Botan::get_eme(), Botan::Global_State_Management::global_state(), and Botan::Algorithm_Factory::Engine_Iterator::next().
|
inline |
|
inlineinherited |
Decrypt a ciphertext.
| in | the ciphertext as a byte array |
| length | the length of the above byte array |
Definition at line 97 of file pubkey.h.
Referenced by Botan::KeyPair::encryption_consistency_check(), and Botan::PK_Decryptor_Filter::end_msg().
|
inlineinherited |
1.8.3.1