Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::Credentials_Manager, including all inherited members.
attempt_srp(const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
cert_chain(const std::vector< std::string > &cert_key_types, const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
cert_chain_single_type(const std::string &cert_key_type, const std::string &type, const std::string &context) | Botan::Credentials_Manager | |
find_cert_chain(const std::vector< std::string > &cert_key_types, const std::vector< X509_DN > &acceptable_CAs, const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
private_key_for(const X509_Certificate &cert, const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
psk(const std::string &type, const std::string &context, const std::string &identity) | Botan::Credentials_Manager | virtual |
psk_identity(const std::string &type, const std::string &context, const std::string &identity_hint) | Botan::Credentials_Manager | virtual |
psk_identity_hint(const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
srp_identifier(const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
srp_password(const std::string &type, const std::string &context, const std::string &identifier) | Botan::Credentials_Manager | virtual |
srp_verifier(const std::string &type, const std::string &context, const std::string &identifier, std::string &group_name, BigInt &verifier, std::vector< uint8_t > &salt, bool generate_fake_on_unknown) | Botan::Credentials_Manager | virtual |
trusted_certificate_authorities(const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
~Credentials_Manager()=default | Botan::Credentials_Manager | virtual |