KSSLConnectionInfo Class Reference
#include <ksslconnectioninfo.h>
Detailed Description
KDE SSL Connection InformationKDE SSL Connection Information.This class contains the information about an SSL connection. It is generally referenced through KSSL.
- See also:
- KSSL
Definition at line 40 of file ksslconnectioninfo.h.
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 | |
KSSLConnectionInfo () | |
void | clean () |
Protected Attributes | |
int | m_iCipherUsedBits |
int | m_iCipherBits |
QString | m_cipherName |
QString | m_cipherDescription |
QString | m_cipherVersion |
Friends | |
class | KSSL |
Constructor & Destructor Documentation
KSSLConnectionInfo::~KSSLConnectionInfo | ( | ) |
Member Function Documentation
const QString & KSSLConnectionInfo::getCipher | ( | ) | const |
Get the cipher in use.
- Returns:
- the cipher in use
Definition at line 51 of file ksslconnectioninfo.cc.
const QString & KSSLConnectionInfo::getCipherDescription | ( | ) | const |
Describe the cipher in use.
- Returns:
- the cipher description (from OpenSSL)
Definition at line 46 of file ksslconnectioninfo.cc.
const QString & KSSLConnectionInfo::getCipherVersion | ( | ) | const |
Get the version of the cipher in use.
- Returns:
- the version of the cipher
Definition at line 41 of file ksslconnectioninfo.cc.
int KSSLConnectionInfo::getCipherUsedBits | ( | ) | const |
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.
int KSSLConnectionInfo::getCipherBits | ( | ) | const |
Get bit-size of the cipher.
- Returns:
- the number of bits
Definition at line 61 of file ksslconnectioninfo.cc.
The documentation for this class was generated from the following files: