Botan 3.6.1
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
bool | expects_reciprocation () const |
Key_Update (bool request_peer_update) | |
Key_Update (const std::vector< uint8_t > &buf) | |
std::vector< uint8_t > | serialize () const override |
Handshake_Type | type () const override |
std::string | type_string () const |
virtual Handshake_Type | wire_type () const |
Definition at line 1026 of file tls_messages.h.
|
explicit |
Definition at line 15 of file msg_key_update.cpp.
|
explicit |
Definition at line 17 of file msg_key_update.cpp.
|
inline |
Definition at line 1035 of file tls_messages.h.
Referenced by Botan::TLS::Channel_Impl_13::handle().
|
overridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 33 of file msg_key_update.cpp.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 1028 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().