| Botan
    1.10.16
    | 
#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::Finished::Finished(), Botan::Hello_Request::Hello_Request(), and Botan::Server_Hello_Done::Server_Hello_Done().
| 
 | pure virtual | 
 1.8.13
 1.8.13