|
gloox
0.9.9.12
|
#include <tlsgnutlsclientanon.h>


Public Member Functions | |
| GnuTLSClientAnon (TLSHandler *th) | |
| virtual | ~GnuTLSClientAnon () |
| virtual void | cleanup () |
Public Member Functions inherited from GnuTLSBase | |
| GnuTLSBase (TLSHandler *th, const std::string &server="") | |
| virtual | ~GnuTLSBase () |
| virtual bool | encrypt (const std::string &data) |
| virtual int | decrypt (const std::string &data) |
| virtual bool | handshake () |
| virtual void | setCACerts (const StringList &) |
| virtual void | setClientCert (const std::string &, const std::string &) |
Public Member Functions inherited from TLSBase | |
| TLSBase (TLSHandler *th, const std::string server) | |
| virtual | ~TLSBase () |
| virtual bool | isSecure () const |
| virtual const CertInfo & | fetchTLSInfo () const |
This class implements an anonymous TLS backend using GnuTLS.
You should not need to use this class directly.
Definition at line 44 of file tlsgnutlsclientanon.h.
| GnuTLSClientAnon | ( | TLSHandler * | th | ) |
Constructor.
| th | The TLSHandler to handle TLS-related events. |
Definition at line 24 of file tlsgnutlsclientanon.cpp.
|
virtual |
Virtual destructor.
Definition at line 30 of file tlsgnutlsclientanon.cpp.
|
virtual |
This function performs internal cleanup and will be called after a failed handshake attempt.
Reimplemented from GnuTLSBase.
Definition at line 35 of file tlsgnutlsclientanon.cpp.
1.8.1.2