kio Library API Documentation

KSSLConnectionInfo Class Reference

KDE SSL Connection Information KDE SSL Connection Information. More...

#include <ksslconnectioninfo.h>

List of all members.

Public Methods

 ~KSSLConnectionInfo ()
const QStringgetCipher () const
const QStringgetCipherDescription () const
const QStringgetCipherVersion () const
int getCipherUsedBits () const
int getCipherBits () const


Detailed Description

KDE SSL Connection Information KDE SSL Connection Information.

This class contains the information about an SSL connection. It is generally referenced through KSSL.

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

Definition at line 38 of file ksslconnectioninfo.h.


Constructor & Destructor Documentation

KSSLConnectionInfo::~KSSLConnectionInfo  
 

Destroy this object.

Definition at line 29 of file ksslconnectioninfo.cc.


Member Function Documentation

const QString & KSSLConnectionInfo::getCipher  
 

Get the cipher in use.

Returns:
the cipher in use

Definition at line 51 of file ksslconnectioninfo.cc.

Referenced by KSSLInfoDlg::setup().

const QString & KSSLConnectionInfo::getCipherDescription  
 

Describe the cipher in use.

Returns:
the cipher description (from OpenSSL)

Definition at line 46 of file ksslconnectioninfo.cc.

Referenced by KSSLInfoDlg::setup().

const QString & KSSLConnectionInfo::getCipherVersion  
 

Get the version of the cipher in use.

Returns:
the version of the cipher

Definition at line 41 of file ksslconnectioninfo.cc.

Referenced by KSSLInfoDlg::setup().

int KSSLConnectionInfo::getCipherUsedBits  
 

Get the number of bits of the cipher that are actually used.

Returns:
the number of bits in use

Definition at line 56 of file ksslconnectioninfo.cc.

Referenced by KSSLInfoDlg::setup().

int KSSLConnectionInfo::getCipherBits  
 

Get bit-size of the cipher.

Returns:
the number of bits

Definition at line 61 of file ksslconnectioninfo.cc.

Referenced by KSSLInfoDlg::setup().


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.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 4 12:35:15 2004 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2003