#include <tlshandler.h>
Inherited by ClientBase.
Inheritance diagram for TLSHandler:

Public Member Functions | |
| virtual | ~TLSHandler () |
| virtual void | handleEncryptedData (const TLSBase *base, const std::string &data)=0 |
| virtual void | handleDecryptedData (const TLSBase *base, const std::string &data)=0 |
| virtual void | handleHandshakeResult (const TLSBase *base, bool success, CertInfo &certinfo)=0 |
Definition at line 32 of file tlshandler.h.
|
|
Virtual Destructor. Definition at line 38 of file tlshandler.h. |
|
||||||||||||
|
Reimplement this function to receive decrypted data from a TLSBase implementation.
Implemented in ClientBase. |
|
||||||||||||
|
Reimplement this function to receive encrypted data from a TLSBase implementation.
Implemented in ClientBase. |
|
||||||||||||||||
|
Reimplement this function to receive the result of a TLS handshake.
Implemented in ClientBase. |
1.4.1