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 982 of file ktcpsocket.cpp.
KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 991 of file ktcpsocket.cpp.
KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 998 of file ktcpsocket.cpp.
KSslCipher::~KSslCipher | ( | ) |
Definition at line 1016 of file ktcpsocket.cpp.
Member Function Documentation
QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 1035 of file ktcpsocket.cpp.
QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 1053 of file ktcpsocket.cpp.
QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 1041 of file ktcpsocket.cpp.
bool KSslCipher::isNull | ( | ) | const |
Definition at line 1029 of file ktcpsocket.cpp.
QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 1047 of file ktcpsocket.cpp.
QString KSslCipher::name | ( | ) | const |
Definition at line 1066 of file ktcpsocket.cpp.
KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 1022 of file ktcpsocket.cpp.
int KSslCipher::supportedBits | ( | ) | const |
Definition at line 1072 of file ktcpsocket.cpp.
|
static |
Definition at line 1085 of file ktcpsocket.cpp.
int KSslCipher::usedBits | ( | ) | const |
Definition at line 1078 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.