Botan  2.19.1
Crypto and TLS for C++11
Botan::Data_Store Member List

This is the complete list of members for Botan::Data_Store, including all inherited members.

add(const std::multimap< std::string, std::string > &)Botan::Data_Store
add(const std::string &, const std::string &)Botan::Data_Store
add(const std::string &, uint32_t)Botan::Data_Store
add(const std::string &, const secure_vector< uint8_t > &)Botan::Data_Store
add(const std::string &, const std::vector< uint8_t > &)Botan::Data_Store
get(const std::string &) const Botan::Data_Store
get1(const std::string &key) const Botan::Data_Store
get1(const std::string &key, const std::string &default_value) const Botan::Data_Store
get1_memvec(const std::string &) const Botan::Data_Store
get1_uint32(const std::string &, uint32_t=0) const Botan::Data_Store
has_value(const std::string &) const Botan::Data_Store
operator==(const Data_Store &) const Botan::Data_Store
search_for(std::function< bool(std::string, std::string)> predicate) const Botan::Data_Store