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.
- See also
- KSSL
KDE OpenSSL Wrapper
Definition at line 65 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 251 of file kopenssl.cpp.
◆ hasLibCrypto()
bool KOpenSSLProxy::hasLibCrypto | ( | ) | const |
Return true of libcrypto was found and loaded.
Definition at line 246 of file kopenssl.cpp.
◆ hasLibSSL()
bool KOpenSSLProxy::hasLibSSL | ( | ) | const |
Return true of libssl was found and loaded.
Definition at line 241 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 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.