KSslErrorUiData

Search for usage in LXR

KSslErrorUiData Class Reference

#include <ksslerroruidata.h>

Public Member Functions

 KSslErrorUiData ()
 
 KSslErrorUiData (const KSslErrorUiData &other)
 
 KSslErrorUiData (const QNetworkReply *reply, const QList< QSslError > &sslErrors)
 
 KSslErrorUiData (const QSslSocket *socket)
 
 ~KSslErrorUiData ()
 
KSslErrorUiDataoperator= (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()

KSslErrorUiData::~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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.