#include <tls_messages.h>
Definition at line 258 of file tls_messages.h.
Botan::TLS::Server_Hello::Settings::Settings |
( |
const std::vector< uint8_t > |
new_session_id, |
|
|
Protocol_Version |
new_session_version, |
|
|
uint16_t |
ciphersuite, |
|
|
uint8_t |
compression, |
|
|
bool |
offer_session_ticket |
|
) |
| |
|
inline |
Definition at line 261 of file tls_messages.h.
266 : m_new_session_id(new_session_id),
267 m_new_session_version(new_session_version),
uint8_t compression() const
bool offer_session_ticket() const
uint16_t ciphersuite() const
uint16_t Botan::TLS::Server_Hello::Settings::ciphersuite |
( |
| ) |
const |
|
inline |
uint8_t Botan::TLS::Server_Hello::Settings::compression |
( |
| ) |
const |
|
inline |
bool Botan::TLS::Server_Hello::Settings::offer_session_ticket |
( |
| ) |
const |
|
inline |
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: