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 975 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 984 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 991 of file ktcpsocket.cpp.
| KSslCipher::~KSslCipher | ( | ) |
Definition at line 1009 of file ktcpsocket.cpp.
Member Function Documentation
| QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 1028 of file ktcpsocket.cpp.
| QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 1046 of file ktcpsocket.cpp.
| QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 1034 of file ktcpsocket.cpp.
| bool KSslCipher::isNull | ( | ) | const |
Definition at line 1022 of file ktcpsocket.cpp.
| QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 1040 of file ktcpsocket.cpp.
| QString KSslCipher::name | ( | ) | const |
Definition at line 1059 of file ktcpsocket.cpp.
| KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 1015 of file ktcpsocket.cpp.
| int KSslCipher::supportedBits | ( | ) | const |
Definition at line 1065 of file ktcpsocket.cpp.
|
static |
Definition at line 1078 of file ktcpsocket.cpp.
| int KSslCipher::usedBits | ( | ) | const |
Definition at line 1071 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Dec 7 2012 15:57:32 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.