KSslErrorUiData
#include <ksslerroruidata.h>
Public Member Functions | |
KSslErrorUiData () | |
KSslErrorUiData (const KSslErrorUiData &other) | |
KSslErrorUiData (const QNetworkReply *reply, const QList< QSslError > &sslErrors) | |
KSslErrorUiData (const QSslSocket *socket) | |
~KSslErrorUiData () | |
KSslErrorUiData & | operator= (const KSslErrorUiData &) |
Detailed Description
This class can hold all the necessary data from a QSslSocket or QNetworkReply to ask the user to continue connecting in the face of SSL errors.
It can be used to carry the data for the UI over time or over thread boundaries.
- See also
- : KSslCertificateManager::askIgnoreSslErrors()
Definition at line 29 of file ksslerroruidata.h.
Constructor & Destructor Documentation
◆ KSslErrorUiData() [1/4]
KSslErrorUiData::KSslErrorUiData | ( | ) |
Default construct an instance with no useful data.
Definition at line 15 of file ksslerroruidata.cpp.
◆ KSslErrorUiData() [2/4]
KSslErrorUiData::KSslErrorUiData | ( | const QSslSocket * | socket | ) |
Create an instance and initialize it with SSL error data from socket
.
Definition at line 22 of file ksslerroruidata.cpp.
◆ KSslErrorUiData() [3/4]
KSslErrorUiData::KSslErrorUiData | ( | const QNetworkReply * | reply, |
const QList< QSslError > & | sslErrors ) |
Create an instance and initialize it with SSL error data from reply
.
- Since
- 5.62
Definition at line 37 of file ksslerroruidata.cpp.
◆ KSslErrorUiData() [4/4]
KSslErrorUiData::KSslErrorUiData | ( | const KSslErrorUiData & | other | ) |
Definition at line 50 of file ksslerroruidata.cpp.
◆ ~KSslErrorUiData()
|
default |
Destructor.
Member Function Documentation
◆ operator=()
KSslErrorUiData & KSslErrorUiData::operator= | ( | const KSslErrorUiData & | other | ) |
Definition at line 57 of file ksslerroruidata.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.