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
Definition at line 965 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 974 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 981 of file ktcpsocket.cpp.
Definition at line 999 of file ktcpsocket.cpp.
Member Function Documentation
| QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 1018 of file ktcpsocket.cpp.
| QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 1036 of file ktcpsocket.cpp.
| QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 1024 of file ktcpsocket.cpp.
| bool KSslCipher::isNull | ( | ) | const |
Definition at line 1012 of file ktcpsocket.cpp.
| QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 1030 of file ktcpsocket.cpp.
| QString KSslCipher::name | ( | ) | const |
Definition at line 1049 of file ktcpsocket.cpp.
| KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 1005 of file ktcpsocket.cpp.
| int KSslCipher::supportedBits | ( | ) | const |
Definition at line 1055 of file ktcpsocket.cpp.
| QList< KSslCipher > KSslCipher::supportedCiphers | ( | ) | [static] |
Definition at line 1068 of file ktcpsocket.cpp.
| int KSslCipher::usedBits | ( | ) | const |
Definition at line 1061 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:06:34 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.