Botan 3.0.0-alpha0
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
New_Session_Ticket_12 (const std::vector< uint8_t > &buf) | |
New_Session_Ticket_12 (Handshake_IO &io, Handshake_Hash &hash) | |
New_Session_Ticket_12 (Handshake_IO &io, Handshake_Hash &hash, const std::vector< uint8_t > &ticket, uint32_t lifetime) | |
std::vector< uint8_t > | serialize () const override |
const std::vector< uint8_t > & | ticket () const |
uint32_t | ticket_lifetime_hint () const |
Handshake_Type | type () const override |
std::string | type_string () const |
virtual Handshake_Type | wire_type () const |
New Session Ticket Message
Definition at line 848 of file tls_messages.h.
Botan::TLS::New_Session_Ticket_12::New_Session_Ticket_12 | ( | Handshake_IO & | io, |
Handshake_Hash & | hash, | ||
const std::vector< uint8_t > & | ticket, | ||
uint32_t | lifetime | ||
) |
Definition at line 18 of file msg_session_ticket.cpp.
References hash, and Botan::TLS::Handshake_IO::send().
Botan::TLS::New_Session_Ticket_12::New_Session_Ticket_12 | ( | Handshake_IO & | io, |
Handshake_Hash & | hash | ||
) |
Definition at line 28 of file msg_session_ticket.cpp.
References hash, and Botan::TLS::Handshake_IO::send().
|
explicit |
Definition at line 34 of file msg_session_ticket.cpp.
References Botan::TLS::TLS_Data_Reader::assert_done(), Botan::TLS::TLS_Data_Reader::get_range(), and Botan::TLS::TLS_Data_Reader::get_uint32_t().
|
overridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 46 of file msg_session_ticket.cpp.
References Botan::TLS::append_tls_length_value(), and Botan::store_be().
|
inline |
Definition at line 854 of file tls_messages.h.
Referenced by Botan::TLS::Handshake_State::session_ticket().
|
inline |
Definition at line 853 of file tls_messages.h.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 851 of file tls_messages.h.
References Botan::TLS::NEW_SESSION_TICKET.
|
inherited |
Definition at line 18 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and Botan::TLS::Handshake_Message::type().
|
inlinevirtualinherited |
Definition at line 42 of file tls_handshake_msg.h.
References type.
Referenced by Botan::TLS::Stream_Handshake_IO::send().