| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| QgsAuthCertInfo * | certInfoWidget () | 
| Gets access to embedded info widget.   | |
| bool | trustCacheRebuilt () | 
| Whether the trust cache has been rebuilt.   | |
Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain.
Definition at line 138 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 768 of file qgsauthcertificateinfo.cpp.
      
  | 
  inline | 
Gets access to embedded info widget.
Definition at line 153 of file qgsauthcertificateinfo.h.
      
  | 
  inline | 
Whether the trust cache has been rebuilt.
Definition at line 159 of file qgsauthcertificateinfo.h.