KIO
KOpenSSLProxy Class Reference
Dynamically load and wrap OpenSSL. More...
#include <kopenssl.h>
Public Member Functions | |
void | destroy () |
bool | hasLibCrypto () const |
bool | hasLibSSL () const |
Static Public Member Functions | |
static KOpenSSLProxy * | self () |
Detailed Description
Dynamically load and wrap OpenSSL.
For internal use only.
Definition at line 65 of file kopenssl.h.
Member Function Documentation
void KOpenSSLProxy::destroy | ( | ) |
Destroy the class and start over - don't use this unless you know what you are doing.
Definition at line 234 of file kopenssl.cpp.
bool KOpenSSLProxy::hasLibCrypto | ( | ) | const |
Return true of libcrypto was found and loaded.
Definition at line 229 of file kopenssl.cpp.
bool KOpenSSLProxy::hasLibSSL | ( | ) | const |
Return true of libssl was found and loaded.
Definition at line 224 of file kopenssl.cpp.
KOpenSSLProxy * KOpenSSLProxy::self | ( | ) | [static] |
Return an instance of class KOpenSSLProxy * You cannot delete this object.
It is a singleton class.
Definition at line 683 of file kopenssl.cpp.
The documentation for this class was generated from the following files: