KDECore
KSslCipher Class Reference
#include <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 () |
Detailed Description
Definition at line 70 of file ktcpsocket.h.
Constructor & Destructor Documentation
KSslCipher::KSslCipher | ( | ) |
Definition at line 909 of file ktcpsocket.cpp.
KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 918 of file ktcpsocket.cpp.
KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 925 of file ktcpsocket.cpp.
KSslCipher::~KSslCipher | ( | ) |
Definition at line 943 of file ktcpsocket.cpp.
Member Function Documentation
QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 962 of file ktcpsocket.cpp.
QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 980 of file ktcpsocket.cpp.
QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 968 of file ktcpsocket.cpp.
bool KSslCipher::isNull | ( | ) | const |
Definition at line 956 of file ktcpsocket.cpp.
QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 974 of file ktcpsocket.cpp.
QString KSslCipher::name | ( | ) | const |
Definition at line 993 of file ktcpsocket.cpp.
KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 949 of file ktcpsocket.cpp.
int KSslCipher::supportedBits | ( | ) | const |
Definition at line 999 of file ktcpsocket.cpp.
QList< KSslCipher > KSslCipher::supportedCiphers | ( | ) | [static] |
Definition at line 1012 of file ktcpsocket.cpp.
int KSslCipher::usedBits | ( | ) | const |
Definition at line 1005 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files: