KDECore
#include <ktcpsocket.h>
Public Member Functions | |
KSslCipher () | |
KSslCipher (const KSslCipher &other) | |
KSslCipher (const QSslCipher &) | |
~KSslCipher () | |
QString | authenticationMethod () const |
QString | digestMethod () const |
QString | encryptionMethod () const |
bool | isNull () const |
QString | keyExchangeMethod () const |
QString | name () const |
KSslCipher & | operator= (const KSslCipher &other) |
int | supportedBits () const |
int | usedBits () const |
Static Public Member Functions | |
static QList< KSslCipher > | supportedCiphers () |
Detailed Description
Definition at line 70 of file ktcpsocket.h.
Constructor & Destructor Documentation
KSslCipher::KSslCipher | ( | ) |
Definition at line 980 of file ktcpsocket.cpp.
KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 989 of file ktcpsocket.cpp.
KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 996 of file ktcpsocket.cpp.
KSslCipher::~KSslCipher | ( | ) |
Definition at line 1014 of file ktcpsocket.cpp.
Member Function Documentation
QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 1033 of file ktcpsocket.cpp.
QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 1051 of file ktcpsocket.cpp.
QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 1039 of file ktcpsocket.cpp.
bool KSslCipher::isNull | ( | ) | const |
Definition at line 1027 of file ktcpsocket.cpp.
QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 1045 of file ktcpsocket.cpp.
QString KSslCipher::name | ( | ) | const |
Definition at line 1064 of file ktcpsocket.cpp.
KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 1020 of file ktcpsocket.cpp.
int KSslCipher::supportedBits | ( | ) | const |
Definition at line 1070 of file ktcpsocket.cpp.
|
static |
Definition at line 1083 of file ktcpsocket.cpp.
int KSslCipher::usedBits | ( | ) | const |
Definition at line 1076 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Mar 20 2013 07:14:44 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.