KIO
KOpenSSLProxy Class Reference
#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.
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 251 of file kopenssl.cpp.
bool KOpenSSLProxy::hasLibCrypto | ( | ) | const |
Return true of libcrypto was found and loaded.
Definition at line 246 of file kopenssl.cpp.
bool KOpenSSLProxy::hasLibSSL | ( | ) | const |
Return true of libssl was found and loaded.
Definition at line 241 of file kopenssl.cpp.
|
static |
Return an instance of class KOpenSSLProxy * You cannot delete this object.
It is a singleton class.
Definition at line 722 of file kopenssl.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.