#include <tls_messages.h>
Definition at line 315 of file tls_messages.h.
◆ Settings()
Botan::TLS::Server_Hello_12::Settings::Settings |
( |
Session_ID |
new_session_id, |
|
|
Protocol_Version |
new_session_version, |
|
|
uint16_t |
ciphersuite, |
|
|
bool |
offer_session_ticket |
|
) |
| |
|
inline |
Definition at line 318 of file tls_messages.h.
321 :
322 m_new_session_id(std::move(new_session_id)),
323 m_new_session_version(new_session_version),
uint16_t ciphersuite() const
bool offer_session_ticket() const
◆ ciphersuite()
uint16_t Botan::TLS::Server_Hello_12::Settings::ciphersuite |
( |
| ) |
const |
|
inline |
◆ offer_session_ticket()
bool Botan::TLS::Server_Hello_12::Settings::offer_session_ticket |
( |
| ) |
const |
|
inline |
◆ protocol_version()
Protocol_Version Botan::TLS::Server_Hello_12::Settings::protocol_version |
( |
| ) |
const |
|
inline |
◆ session_id()
const Session_ID & Botan::TLS::Server_Hello_12::Settings::session_id |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: