KDECore
KSslCipher Class Reference
#include <ktcpsocket.h>
Detailed Description
Definition at line 70 of file ktcpsocket.h.
Public Member Functions | |
| QString | authenticationMethod () const |
| QString | digestMethod () const |
| QString | encryptionMethod () const |
| bool | isNull () const |
| QString | keyExchangeMethod () const |
| KSslCipher (const QSslCipher &) | |
| KSslCipher (const KSslCipher &other) | |
| KSslCipher () | |
| QString | name () const |
| KSslCipher & | operator= (const KSslCipher &other) |
| int | supportedBits () const |
| int | usedBits () const |
| ~KSslCipher () | |
Static Public Member Functions | |
| static QList< KSslCipher > | supportedCiphers () |
Constructor & Destructor Documentation
| KSslCipher::KSslCipher | ( | ) |
Definition at line 870 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 879 of file ktcpsocket.cpp.
| KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 886 of file ktcpsocket.cpp.
| KSslCipher::~KSslCipher | ( | ) |
Definition at line 904 of file ktcpsocket.cpp.
Member Function Documentation
| QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 923 of file ktcpsocket.cpp.
| QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 941 of file ktcpsocket.cpp.
| QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 929 of file ktcpsocket.cpp.
| bool KSslCipher::isNull | ( | ) | const |
Definition at line 917 of file ktcpsocket.cpp.
| QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 935 of file ktcpsocket.cpp.
| QString KSslCipher::name | ( | ) | const |
Definition at line 954 of file ktcpsocket.cpp.
| KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 910 of file ktcpsocket.cpp.
| int KSslCipher::supportedBits | ( | ) | const |
Definition at line 960 of file ktcpsocket.cpp.
| QList< KSslCipher > KSslCipher::supportedCiphers | ( | ) | [static] |
Definition at line 973 of file ktcpsocket.cpp.
| int KSslCipher::usedBits | ( | ) | const |
Definition at line 966 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference