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