KIO
#include <ksslconnectioninfo.h>
Public Member Functions | |
~KSSLConnectionInfo () | |
const QString & | getCipher () const |
int | getCipherBits () const |
const QString & | getCipherDescription () const |
int | getCipherUsedBits () const |
const QString & | getCipherVersion () const |
Protected Member Functions | |
KSSLConnectionInfo () | |
void | clean () |
Protected Attributes | |
QString | m_cipherDescription |
QString | m_cipherName |
QString | m_cipherVersion |
int | m_iCipherBits |
int | m_iCipherUsedBits |
Detailed Description
KDE SSL Connection Information.
This class contains the information about an SSL connection. It is generally referenced through KSSL.
- See also
- KSSL KDE SSL Connection Information
Definition at line 40 of file ksslconnectioninfo.h.
Constructor & Destructor Documentation
KSSLConnectionInfo::~KSSLConnectionInfo | ( | ) |
Destroy this object.
Definition at line 29 of file ksslconnectioninfo.cpp.
|
protected |
Definition at line 24 of file ksslconnectioninfo.cpp.
Member Function Documentation
|
protected |
Definition at line 34 of file ksslconnectioninfo.cpp.
const QString & KSSLConnectionInfo::getCipher | ( | ) | const |
Get the cipher in use.
- Returns
- the cipher in use
Definition at line 51 of file ksslconnectioninfo.cpp.
int KSSLConnectionInfo::getCipherBits | ( | ) | const |
Get bit-size of the cipher.
- Returns
- the number of bits
Definition at line 61 of file ksslconnectioninfo.cpp.
const QString & KSSLConnectionInfo::getCipherDescription | ( | ) | const |
Describe the cipher in use.
- Returns
- the cipher description (from OpenSSL)
Definition at line 46 of file ksslconnectioninfo.cpp.
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.cpp.
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.cpp.
Member Data Documentation
|
protected |
Definition at line 86 of file ksslconnectioninfo.h.
|
protected |
Definition at line 85 of file ksslconnectioninfo.h.
|
protected |
Definition at line 87 of file ksslconnectioninfo.h.
|
protected |
Definition at line 84 of file ksslconnectioninfo.h.
|
protected |
Definition at line 84 of file ksslconnectioninfo.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.