KSslCipher Class Reference
#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 930 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 939 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 946 of file ktcpsocket.cpp.
| KSslCipher::~KSslCipher | ( | ) |
Definition at line 964 of file ktcpsocket.cpp.
Member Function Documentation
| QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 983 of file ktcpsocket.cpp.
| QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 1001 of file ktcpsocket.cpp.
| QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 989 of file ktcpsocket.cpp.
| bool KSslCipher::isNull | ( | ) | const |
Definition at line 977 of file ktcpsocket.cpp.
| QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 995 of file ktcpsocket.cpp.
| QString KSslCipher::name | ( | ) | const |
Definition at line 1014 of file ktcpsocket.cpp.
| KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 970 of file ktcpsocket.cpp.
| int KSslCipher::supportedBits | ( | ) | const |
Definition at line 1020 of file ktcpsocket.cpp.
| QList< KSslCipher > KSslCipher::supportedCiphers | ( | ) | [static] |
Definition at line 1033 of file ktcpsocket.cpp.
| int KSslCipher::usedBits | ( | ) | const |
Definition at line 1026 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference