Botan 3.0.0-alpha0
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
Server_Hello_Done (const std::vector< uint8_t > &buf) | |
Server_Hello_Done (Handshake_IO &io, Handshake_Hash &hash) | |
Handshake_Type | type () const override |
std::string | type_string () const |
virtual Handshake_Type | wire_type () const |
Server Hello Done Message
Definition at line 833 of file tls_messages.h.
|
explicit |
Definition at line 452 of file msg_server_hello.cpp.
References hash, and Botan::TLS::Handshake_IO::send().
|
explicit |
Definition at line 461 of file msg_server_hello.cpp.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 836 of file tls_messages.h.
References Botan::TLS::SERVER_HELLO_DONE.
|
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().