Botan  1.11.15
Botan::Credentials_Manager Member List
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
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< byte > &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]
verify_certificate_chain(const std::string &type, const std::string &hostname, const std::vector< X509_Certificate > &cert_chain)Botan::Credentials_Manager [virtual]
~Credentials_Manager()Botan::Credentials_Manager [inline, virtual]