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