Botan 3.6.1
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, Session_Ticket ticket, std::chrono::seconds lifetime) | |
std::vector< uint8_t > | serialize () const override |
const Session_Ticket & | ticket () const |
std::chrono::seconds | 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 939 of file tls_messages.h.
Botan::TLS::New_Session_Ticket_12::New_Session_Ticket_12 | ( | Handshake_IO & | io, |
Handshake_Hash & | hash, | ||
Session_Ticket | ticket, | ||
std::chrono::seconds | lifetime ) |
Definition at line 25 of file msg_session_ticket.cpp.
References Botan::TLS::Handshake_IO::send(), and Botan::TLS::Handshake_Hash::update().
Botan::TLS::New_Session_Ticket_12::New_Session_Ticket_12 | ( | Handshake_IO & | io, |
Handshake_Hash & | hash ) |
Definition at line 33 of file msg_session_ticket.cpp.
References Botan::TLS::Handshake_IO::send(), and Botan::TLS::Handshake_Hash::update().
|
explicit |
Definition at line 37 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 60 of file msg_session_ticket.cpp.
References Botan::TLS::append_tls_length_value(), Botan::detail::Strong_Base< T >::get(), and Botan::store_be().
|
inline |
Definition at line 945 of file tls_messages.h.
Referenced by Botan::TLS::Handshake_State::session_ticket().
|
inline |
Definition at line 943 of file tls_messages.h.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 941 of file tls_messages.h.
|
inherited |
Definition at line 19 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and Botan::TLS::Handshake_Message::type().
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Hello_Retry_Request.
Definition at line 39 of file tls_handshake_msg.h.
Referenced by Botan::TLS::Stream_Handshake_IO::send().