kio Library API Documentation

KOpenSSLProxy Class Reference

Dynamically load and wrap OpenSSL. KDE OpenSSL Wrapper. More...

#include <kopenssl.h>

List of all members.

Public Methods

bool hasLibCrypto () const
bool hasLibSSL () const
void destroy ()

Static Public Methods

KOpenSSLProxy * self ()

Friends

class KStaticDeleter< KOpenSSLProxy >


Detailed Description

Dynamically load and wrap OpenSSL. KDE OpenSSL Wrapper.

Author:
George Staikos <staikos@kde.org>
See also:
KSSL

Definition at line 58 of file kopenssl.h.


Member Function Documentation

KOpenSSLProxy * KOpenSSLProxy::self   [static]
 

Return an instance of class KOpenSSLProxy * You cannot delete this object.

It is a singleton class.

Definition at line 583 of file kopenssl.cc.

References KStaticDeleter< type >::setObject().

Referenced by KSSLSession::toString(), and KSSLSession::~KSSLSession().

bool KOpenSSLProxy::hasLibCrypto   const
 

Return true of libcrypto was found and loaded.

Definition at line 200 of file kopenssl.cc.

bool KOpenSSLProxy::hasLibSSL   const
 

Return true of libssl was found and loaded.

Definition at line 195 of file kopenssl.cc.

void KOpenSSLProxy::destroy  
 

Destroy the class and start over - don't use this unless you know what you are doing.

Definition at line 205 of file kopenssl.cc.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kio Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun May 16 22:03:33 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003