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() [1/3]
KSslCipher::KSslCipher | ( | ) |
Definition at line 982 of file ktcpsocket.cpp.
◆ KSslCipher() [2/3]
KSslCipher::KSslCipher | ( | const KSslCipher & | other | ) |
Definition at line 991 of file ktcpsocket.cpp.
◆ KSslCipher() [3/3]
KSslCipher::KSslCipher | ( | const QSslCipher & | qsc | ) |
Definition at line 998 of file ktcpsocket.cpp.
◆ ~KSslCipher()
KSslCipher::~KSslCipher | ( | ) |
Definition at line 1016 of file ktcpsocket.cpp.
Member Function Documentation
◆ authenticationMethod()
QString KSslCipher::authenticationMethod | ( | ) | const |
Definition at line 1035 of file ktcpsocket.cpp.
◆ digestMethod()
QString KSslCipher::digestMethod | ( | ) | const |
Definition at line 1053 of file ktcpsocket.cpp.
◆ encryptionMethod()
QString KSslCipher::encryptionMethod | ( | ) | const |
Definition at line 1041 of file ktcpsocket.cpp.
◆ isNull()
bool KSslCipher::isNull | ( | ) | const |
Definition at line 1029 of file ktcpsocket.cpp.
◆ keyExchangeMethod()
QString KSslCipher::keyExchangeMethod | ( | ) | const |
Definition at line 1047 of file ktcpsocket.cpp.
◆ name()
QString KSslCipher::name | ( | ) | const |
Definition at line 1066 of file ktcpsocket.cpp.
◆ operator=()
KSslCipher & KSslCipher::operator= | ( | const KSslCipher & | other | ) |
Definition at line 1022 of file ktcpsocket.cpp.
◆ supportedBits()
int KSslCipher::supportedBits | ( | ) | const |
Definition at line 1072 of file ktcpsocket.cpp.
◆ supportedCiphers()
|
static |
Definition at line 1085 of file ktcpsocket.cpp.
◆ usedBits()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.