KOpenSSLProxy Class Reference
#include <kopenssl.h>
Public Member Functions | |
bool | hasLibCrypto () const |
bool | hasLibSSL () const |
void | destroy () |
Static Public Member Functions | |
static KOpenSSLProxy * | self () |
Friends | |
class | KStaticDeleter< KOpenSSLProxy > |
Detailed Description
Dynamically load and wrap OpenSSL.
- See also
- KSSL
KDE OpenSSL Wrapper
Definition at line 76 of file kopenssl.h.
Member Function Documentation
◆ destroy()
void KOpenSSLProxy::destroy | ( | ) |
Destroy the class and start over - don't use this unless you know what you are doing.
Definition at line 258 of file kopenssl.cpp.
◆ hasLibCrypto()
bool KOpenSSLProxy::hasLibCrypto | ( | ) | const |
Return true of libcrypto was found and loaded.
Definition at line 253 of file kopenssl.cpp.
◆ hasLibSSL()
bool KOpenSSLProxy::hasLibSSL | ( | ) | const |
Return true of libssl was found and loaded.
Definition at line 248 of file kopenssl.cpp.
◆ self()
|
static |
Return an instance of class KOpenSSLProxy * You cannot delete this object.
It is a singleton class.
Definition at line 749 of file kopenssl.cpp.
The documentation for this class was generated from the following files: