Botan
1.10.9
|
#include <dlies.h>
Public Member Functions | |
SecureVector< byte > | decrypt (const byte in[], size_t length) const |
SecureVector< byte > | decrypt (const MemoryRegion< byte > &in) const |
DLIES_Decryptor (const PK_Key_Agreement_Key &, KDF *kdf, MessageAuthenticationCode *mac, size_t mac_key_len=20) | |
~DLIES_Decryptor () | |
Botan::DLIES_Decryptor::DLIES_Decryptor | ( | const PK_Key_Agreement_Key & | key, |
KDF * | kdf, | ||
MessageAuthenticationCode * | mac, | ||
size_t | mac_key_len = 20 |
||
) |
Definition at line 90 of file dlies.cpp.
References Botan::PK_Key_Agreement_Key::public_value().
Botan::DLIES_Decryptor::~DLIES_Decryptor | ( | ) |
|
inlineinherited |
Decrypt a ciphertext.
in | the ciphertext as a byte array |
length | the length of the above byte array |
Definition at line 94 of file pubkey.h.
Referenced by Botan::KeyPair::encryption_consistency_check(), Botan::PK_Decryptor_Filter::end_msg(), and Botan::Client_Key_Exchange::pre_master_secret().
|
inlineinherited |
Decrypt a ciphertext.
in | the ciphertext |
Definition at line 104 of file pubkey.h.
References Botan::MemoryRegion< T >::size().