#include <pk_ops_impl.h>
Definition at line 172 of file pk_ops_impl.h.
◆ Key_Agreement_with_KDF()
Botan::PK_Ops::Key_Agreement_with_KDF::Key_Agreement_with_KDF |
( |
const std::string & |
kdf | ) |
|
|
explicitprotected |
Definition at line 50 of file pk_ops.cpp.
51 {
52 if(kdf != "Raw")
54 }
KDF * get_kdf(const std::string &algo_spec)
References Botan::get_kdf().
◆ ~Key_Agreement_with_KDF()
Botan::PK_Ops::Key_Agreement_with_KDF::~Key_Agreement_with_KDF |
( |
| ) |
|
|
protecteddefault |
◆ agree()
secure_vector< uint8_t > Botan::PK_Ops::Key_Agreement_with_KDF::agree |
( |
size_t |
key_len, |
|
|
const uint8_t |
other_key[], |
|
|
size_t |
other_key_len, |
|
|
const uint8_t |
salt[], |
|
|
size_t |
salt_len |
|
) |
| |
|
overridevirtual |
◆ agreed_value_size()
virtual size_t Botan::PK_Ops::Key_Agreement::agreed_value_size |
( |
| ) |
const |
|
pure virtualinherited |
The documentation for this class was generated from the following files: