Class: QgsAuthCertInfo

Widget for viewing detailed info on a certificate and its hierarchical trust chain.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsAuthCertInfo

Base classes

QWidget

QObject

QPaintDevice

Methods

trustCacheRebuilt

Returns whether the cache of trust chain has been rebuilt.

class qgis.gui.QgsAuthCertInfo[source]

Bases: QWidget

__init__(cert: QSslCertificate, manageCertTrust: bool = False, parent: QWidget | None = None, connectionCAs: Iterable[QSslCertificate] = [])

Constructor for QgsAuthCertInfo

Parameters:
  • cert (QSslCertificate)

  • manageCertTrust (bool = False)

  • parent (Optional[QWidget] = None)

  • connectionCAs (Iterable[QSslCertificate] = [])

trustCacheRebuilt(self) bool[source]

Returns whether the cache of trust chain has been rebuilt.

Return type:

bool