QGIS API Documentation 3.44.0-Solothurn (5d9ba037df1)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsAuthCertInfoDialog Class Reference

Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain. More...

#include <qgsauthcertificateinfo.h>

Inheritance diagram for QgsAuthCertInfoDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsAuthCertInfoDialog (const QSslCertificate &cert, bool manageCertTrust, QWidget *parent=nullptr, const QList< QSslCertificate > &connectionCAs=QList< QSslCertificate >())
 Construct a dialog displaying detailed info on a certificate and its hierarchical trust chain.
 
QgsAuthCertInfo * certInfoWidget ()
 Gets access to embedded info widget.
 
bool trustCacheRebuilt ()
 Whether the trust cache has been rebuilt.
 

Detailed Description

Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain.

Definition at line 138 of file qgsauthcertificateinfo.h.

Constructor & Destructor Documentation

◆ QgsAuthCertInfoDialog()

QgsAuthCertInfoDialog::QgsAuthCertInfoDialog ( const QSslCertificate &  cert,
bool  manageCertTrust,
QWidget *  parent = nullptr,
const QList< QSslCertificate > &  connectionCAs = QList<QSslCertificate>() 
)
explicit

Construct a dialog displaying detailed info on a certificate and its hierarchical trust chain.

Parameters
certCertificate object
manageCertTrustWhether to show widgets to manage the trust policy of certs in hierarchy
parentParent widget
connectionCAsList of hierarchical certificates in a connection

Definition at line 768 of file qgsauthcertificateinfo.cpp.

Member Function Documentation

◆ certInfoWidget()

QgsAuthCertInfo * QgsAuthCertInfoDialog::certInfoWidget ( )
inline

Gets access to embedded info widget.

Definition at line 153 of file qgsauthcertificateinfo.h.

◆ trustCacheRebuilt()

bool QgsAuthCertInfoDialog::trustCacheRebuilt ( )
inline

Whether the trust cache has been rebuilt.

Note
This happens when a trust policy has been adjusted for any cert in the hierarchy

Definition at line 159 of file qgsauthcertificateinfo.h.


The documentation for this class was generated from the following files: