QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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. More...
 
QgsAuthCertInfo * certInfoWidget ()
 Gets access to embedded info widget. More...
 
bool trustCacheRebuilt ()
 Whether the trust cache has been rebuilt. More...
 

Detailed Description

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

Definition at line 145 of file qgsauthcertificateinfo.h.

Constructor & Destructor Documentation

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 907 of file qgsauthcertificateinfo.cpp.

Member Function Documentation

QgsAuthCertInfo* QgsAuthCertInfoDialog::certInfoWidget ( )
inline

Gets access to embedded info widget.

Definition at line 164 of file qgsauthcertificateinfo.h.

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 170 of file qgsauthcertificateinfo.h.


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