QGIS API Documentation
3.0.2-Girona (307d082)
|
Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain. More...
#include <qgsauthcertificateinfo.h>
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 () |
Get access to embedded info widget. More... | |
bool | trustCacheRebuilt () |
Whether the trust cache has been rebuilt. More... | |
Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain.
Definition at line 145 of file qgsauthcertificateinfo.h.
|
explicit |
Construct a dialog displaying detailed info on a certificate and its hierarchical trust chain.
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 |
Definition at line 907 of file qgsauthcertificateinfo.cpp.
|
inline |
Get access to embedded info widget.
Definition at line 164 of file qgsauthcertificateinfo.h.
|
inline |
Whether the trust cache has been rebuilt.
Definition at line 170 of file qgsauthcertificateinfo.h.