gloox 1.0
|
#include <tlsopensslclient.h>
Public Member Functions | |
OpenSSLClient (TLSHandler *th, const std::string &server) | |
virtual | ~OpenSSLClient () |
This class implements a TLS client backend using OpenSSL.
Definition at line 35 of file tlsopensslclient.h.
build buildd gloox src tlsopensslclient cpp OpenSSLClient | ( | TLSHandler * | th, |
const std::string & | server | ||
) |
Constructor.
th | The TLSHandler to handle TLS-related events. |
server | The server to use in certificate verification. |
Definition at line 23 of file tlsopensslclient.cpp.
~OpenSSLClient | ( | ) | [virtual] |
Virtual destructor.
Definition at line 28 of file tlsopensslclient.cpp.