#include <tlshandler.h>
Inherited by ClientBase, and ConnectionTLS.
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 34 of file tlshandler.h.
|
|
Virtual Destructor. Definition at line 40 of file tlshandler.h. |
|
||||||||||||
|
Reimplement this function to receive decrypted data from a TLSBase implementation.
Implemented in ClientBase, and ConnectionTLS. |
|
||||||||||||
|
Reimplement this function to receive encrypted data from a TLSBase implementation.
Implemented in ClientBase, and ConnectionTLS. |
|
||||||||||||||||
|
Reimplement this function to receive the result of a TLS handshake.
Implemented in ClientBase, and ConnectionTLS. |
1.4.1