Botan
1.10.9
|
#include <tls_messages.h>
Public Member Functions | |
void | send (Record_Writer &, HandshakeHash &) const |
Server_Hello_Done (Record_Writer &, HandshakeHash &) | |
Server_Hello_Done (const MemoryRegion< byte > &buf) | |
Handshake_Type | type () const |
Server Hello Done Message
Definition at line 283 of file tls_messages.h.
Botan::Server_Hello_Done::Server_Hello_Done | ( | Record_Writer & | writer, |
HandshakeHash & | hash | ||
) |
Definition at line 308 of file hello.cpp.
References Botan::HandshakeMessage::send().
|
inline |
Definition at line 289 of file tls_messages.h.
|
inherited |
Definition at line 16 of file hello.cpp.
References Botan::Record_Writer::flush(), Botan::HANDSHAKE, Botan::Record_Writer::send(), Botan::MemoryRegion< T >::size(), Botan::HandshakeMessage::type(), and Botan::HandshakeHash::update().
Referenced by Botan::Certificate::Certificate(), Botan::Certificate_Req::Certificate_Req(), Botan::Certificate_Verify::Certificate_Verify(), Botan::Client_Hello::Client_Hello(), Botan::Client_Key_Exchange::Client_Key_Exchange(), Botan::Finished::Finished(), Botan::Hello_Request::Hello_Request(), Botan::Server_Hello::Server_Hello(), Server_Hello_Done(), and Botan::Server_Key_Exchange::Server_Key_Exchange().
|
inlinevirtual |
Implements Botan::HandshakeMessage.
Definition at line 286 of file tls_messages.h.
References Botan::SERVER_HELLO_DONE.