QgsAuthCertInfoDialog class

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

Constructors, destructors, conversion operators

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.

Public functions

auto certInfoWidget() -> QgsAuthCertInfo*
Gets access to embedded info widget.
auto trustCacheRebuilt() -> bool
Whether the trust cache has been rebuilt.

Function 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
cert Certificate object
manageCertTrust Whether to show widgets to manage the trust policy of certs in hierarchy
parent Parent widget
connectionCAs List of hierarchical certificates in a connection

bool QgsAuthCertInfoDialog::trustCacheRebuilt()

Whether the trust cache has been rebuilt.