#include <tls_extensions.h>
Session Ticket Extension (RFC 5077)
Definition at line 200 of file tls_extensions.h.
◆ Session_Ticket() [1/3]
Botan::TLS::Session_Ticket::Session_Ticket |
( |
| ) |
|
|
default |
Create empty extension, used by both client and server
◆ Session_Ticket() [2/3]
Botan::TLS::Session_Ticket::Session_Ticket |
( |
const std::vector< uint8_t > & |
session_ticket | ) |
|
|
inlineexplicit |
◆ Session_Ticket() [3/3]
Botan::TLS::Session_Ticket::Session_Ticket |
( |
TLS_Data_Reader & |
reader, |
|
|
uint16_t |
extension_size |
|
) |
| |
Deserialize a session ticket
Definition at line 457 of file tls_extensions.cpp.
458 : m_ticket(reader.get_elem<uint8_t, std::vector<uint8_t>>(extension_size))
◆ contents()
const std::vector<uint8_t>& Botan::TLS::Session_Ticket::contents |
( |
| ) |
const |
|
inline |
◆ empty()
bool Botan::TLS::Session_Ticket::empty |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ serialize()
std::vector<uint8_t> Botan::TLS::Session_Ticket::serialize |
( |
Connection_Side |
whoami | ) |
const |
|
inlineoverridevirtual |
◆ static_type()
◆ type()
The documentation for this class was generated from the following files: