KSSLConnectionInfo Class Reference
KDE SSL Connection Information KDE SSL Connection Information. More...
#include <ksslconnectioninfo.h>
Collaboration diagram for KSSLConnectionInfo:

| Public Member Functions | |
| ~KSSLConnectionInfo () | |
| const QString & | getCipher () const | 
| const QString & | getCipherDescription () const | 
| const QString & | getCipherVersion () const | 
| int | getCipherUsedBits () const | 
| int | getCipherBits () const | 
| Protected Member Functions | |
| void | clean () | 
| Protected Attributes | |
| int | m_iCipherUsedBits | 
| int | m_iCipherBits | 
| QString | m_cipherName | 
| QString | m_cipherDescription | 
| QString | m_cipherVersion | 
| Friends | |
| class | KSSL | 
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
| 
 | 
| Destroy this object. 
 Definition at line 29 of file ksslconnectioninfo.cc. | 
Member Function Documentation
| 
 | 
| Get the cipher in use. 
 
 Definition at line 51 of file ksslconnectioninfo.cc. Referenced by KSSLInfoDlg::setup(). | 
| 
 | 
| Describe the cipher in use. 
 
 Definition at line 46 of file ksslconnectioninfo.cc. Referenced by KSSLInfoDlg::setup(). | 
| 
 | 
| Get the version of the cipher in use. 
 
 Definition at line 41 of file ksslconnectioninfo.cc. Referenced by KSSLInfoDlg::setup(). | 
| 
 | 
| Get the number of bits of the cipher that are actually used. 
 
 Definition at line 56 of file ksslconnectioninfo.cc. Referenced by KSSLInfoDlg::setup(). | 
| 
 | 
| Get bit-size of the cipher. 
 
 Definition at line 61 of file ksslconnectioninfo.cc. Referenced by KSSLInfoDlg::setup(). | 
The documentation for this class was generated from the following files:

