#include <tls_messages.h>
Definition at line 197 of file tls_messages.h.
◆ Settings()
Botan::TLS::Server_Hello::Settings::Settings |
( |
const std::vector< uint8_t > |
new_session_id, |
|
|
Protocol_Version |
new_session_version, |
|
|
uint16_t |
ciphersuite, |
|
|
bool |
offer_session_ticket |
|
) |
| |
|
inline |
Definition at line 200 of file tls_messages.h.
203 :
204 m_new_session_id(new_session_id),
205 m_new_session_version(new_session_version),
uint16_t ciphersuite() const
bool offer_session_ticket() const
◆ ciphersuite()
uint16_t Botan::TLS::Server_Hello::Settings::ciphersuite |
( |
| ) |
const |
|
inline |
◆ offer_session_ticket()
bool Botan::TLS::Server_Hello::Settings::offer_session_ticket |
( |
| ) |
const |
|
inline |
◆ protocol_version()
◆ session_id()
const std::vector< uint8_t > & Botan::TLS::Server_Hello::Settings::session_id |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: