QGIS API Documentation 4.3.0-Master (16649ce5cc6)
Loading...
Searching...
No Matches
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:

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 () const
 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 140 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 740 of file qgsauthcertificateinfo.cpp.

Member Function Documentation

◆ certInfoWidget()

QgsAuthCertInfo * QgsAuthCertInfoDialog::certInfoWidget ( )
inline

Gets access to embedded info widget.

Definition at line 155 of file qgsauthcertificateinfo.h.

◆ trustCacheRebuilt()

bool QgsAuthCertInfoDialog::trustCacheRebuilt ( ) const
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 161 of file qgsauthcertificateinfo.h.


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