|
Botan 3.13.0
Crypto and TLS for C&
|
#include <tls_messages_12.h>
Public Member Functions | |
| Hello_Request (Handshake_IO &io) | |
| Hello_Request (std::span< const uint8_t > buf) | |
| Handshake_Type | type () const override |
| std::string | type_string () const |
| virtual Handshake_Type | wire_type () const |
Hello Request Message
Definition at line 320 of file tls_messages_12.h.
|
explicit |
Definition at line 294 of file msg_client_hello_12.cpp.
References Botan::TLS::Handshake_IO::send().
|
explicit |
Definition at line 298 of file msg_client_hello_12.cpp.
|
inlineoverridevirtual |
Return the TLS handshake type code
Implements Botan::TLS::Handshake_Message.
Definition at line 322 of file tls_messages_12.h.
References Botan::TLS::HelloRequest.
|
inherited |
Return a free-form string describing this message type
Definition at line 21 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and type().
|
inlinevirtualinherited |
Return the wire encoding of the message type code
Reimplemented in Botan::TLS::Hello_Retry_Request.
Definition at line 47 of file tls_handshake_msg.h.
References type().
Referenced by Botan::TLS::Stream_Handshake_IO::send().