KDECore
KSslError Class Reference
#include <ktcpsocket.h>
Public Member Functions | |
KSslError (const KSslError &other) | |
KSslError (const QSslError &error) | |
KSslError (KSslError::Error error=NoError, const QSslCertificate &cert=QSslCertificate()) | |
~KSslError () | |
QSslCertificate | certificate () const |
Error | error () const |
QString | errorString () const |
KSslError & | operator= (const KSslError &other) |
Detailed Description
Definition at line 98 of file ktcpsocket.h.
Member Enumeration Documentation
◆ Error
enum KSslError::Error |
Definition at line 101 of file ktcpsocket.h.
Constructor & Destructor Documentation
◆ KSslError() [1/3]
KSslError::KSslError | ( | KSslError::Error | error = NoError , |
const QSslCertificate & | cert = QSslCertificate() |
||
) |
Definition at line 206 of file ktcpsocket.cpp.
◆ KSslError() [2/3]
KSslError::KSslError | ( | const QSslError & | error | ) |
Definition at line 214 of file ktcpsocket.cpp.
◆ KSslError() [3/3]
KSslError::KSslError | ( | const KSslError & | other | ) |
Definition at line 222 of file ktcpsocket.cpp.
◆ ~KSslError()
KSslError::~KSslError | ( | ) |
Definition at line 229 of file ktcpsocket.cpp.
Member Function Documentation
◆ certificate()
QSslCertificate KSslError::certificate | ( | ) | const |
Definition at line 254 of file ktcpsocket.cpp.
◆ error()
KSslError::Error KSslError::error | ( | ) | const |
Definition at line 242 of file ktcpsocket.cpp.
◆ errorString()
QString KSslError::errorString | ( | ) | const |
Definition at line 248 of file ktcpsocket.cpp.
◆ operator=()
Definition at line 235 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.