Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::PSK_Database, including all inherited members.
get(const std::string &name) const =0 | Botan::PSK_Database | pure virtual |
get_str(const std::string &name) const | Botan::PSK_Database | inline |
is_encrypted() const =0 | Botan::PSK_Database | pure virtual |
list_names() const =0 | Botan::PSK_Database | pure virtual |
remove(const std::string &name)=0 | Botan::PSK_Database | pure virtual |
set(const std::string &name, const uint8_t psk[], size_t psk_len)=0 | Botan::PSK_Database | pure virtual |
set_str(const std::string &name, const std::string &psk) | Botan::PSK_Database | inline |
set_vec(const std::string &name, const std::vector< uint8_t, Alloc > &psk) | Botan::PSK_Database | inline |
~PSK_Database()=default | Botan::PSK_Database | virtual |