Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::TLS::Server_Hello::Settings, including all inherited members.
ciphersuite() const | Botan::TLS::Server_Hello::Settings | inline |
offer_session_ticket() const | Botan::TLS::Server_Hello::Settings | inline |
protocol_version() const | Botan::TLS::Server_Hello::Settings | inline |
session_id() const | Botan::TLS::Server_Hello::Settings | inline |
Settings(const std::vector< uint8_t > new_session_id, Protocol_Version new_session_version, uint16_t ciphersuite, bool offer_session_ticket) | Botan::TLS::Server_Hello::Settings | inline |