Botan
1.10.9
|
#include <tls_messages.h>
Public Member Functions | |
void | send (Record_Writer &, HandshakeHash &) const |
virtual Handshake_Type | type () const =0 |
virtual | ~HandshakeMessage () |
TLS Handshake Message Base Class
Definition at line 24 of file tls_messages.h.
|
inlinevirtual |
Definition at line 31 of file tls_messages.h.
void Botan::HandshakeMessage::send | ( | Record_Writer & | writer, |
HandshakeHash & | hash | ||
) | const |
Definition at line 16 of file hello.cpp.
References Botan::Record_Writer::flush(), Botan::HANDSHAKE, Botan::Record_Writer::send(), Botan::MemoryRegion< T >::size(), 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(), Botan::Server_Hello_Done::Server_Hello_Done(), and Botan::Server_Key_Exchange::Server_Key_Exchange().
|
pure virtual |