Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::Credentials_Manager, including all inherited members.
cert_chain(const std::vector< std::string > &cert_key_types, const std::vector< AlgorithmIdentifier > &cert_signature_schemes, const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
cert_chain_single_type(const std::string &cert_key_type, const std::vector< AlgorithmIdentifier > &cert_signature_schemes, const std::string &type, const std::string &context) | Botan::Credentials_Manager | |
choose_preshared_key(std::string_view host, TLS::Connection_Side whoami, const std::vector< std::string > &identities, const std::optional< std::string > &prf=std::nullopt) | Botan::Credentials_Manager | virtual |
dtls_cookie_secret() | Botan::Credentials_Manager | virtual |
find_cert_chain(const std::vector< std::string > &cert_key_types, const std::vector< AlgorithmIdentifier > &cert_signature_schemes, const std::vector< X509_DN > &acceptable_CAs, const std::string &type, const std::string &context) | Botan::Credentials_Manager | virtual |
find_preshared_keys(std::string_view host, TLS::Connection_Side whoami, const std::vector< std::string > &identities={}, const std::optional< std::string > &prf=std::nullopt) | Botan::Credentials_Manager | virtual |
find_raw_public_key(const std::vector< std::string > &key_types, 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 |
private_key_for(const Public_Key &raw_public_key, 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 |
session_ticket_key() | 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 |