15 #ifndef TLSHANDLER_H__
16 #define TLSHANDLER_H__
An abstract base class for TLS implementations.
An interface that allows for interacting with TLS implementations derived from TLSBase.
virtual void handleDecryptedData(const TLSBase *base, const std::string &data)=0
virtual void handleEncryptedData(const TLSBase *base, const std::string &data)=0
virtual void handleHandshakeResult(const TLSBase *base, bool success, CertInfo &certinfo)=0
The namespace for the gloox library.