Class: QgsAuthImportIdentityDialog

Widget for importing an identity certificate/key bundle into the authentication database.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.gui.QgsAuthImportIdentityDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

Classes

BundleTypes

IdentityType

Validity

Methods

identityType

Gets identity type

pkiBundleToImport

Gets certificate/key bundle to be imported as a PKI bundle object

Attributes

CertIdentity

Invalid

PkiPaths

PkiPkcs12

Unknown

Valid

class qgis.gui.QgsAuthImportIdentityDialog[source]

Bases: QDialog

__init__(identitytype: QgsAuthImportIdentityDialog.IdentityType, parent: QWidget | None = None)

Construct a dialog for importing identities

Parameters:
class BundleTypes

Bases: int

CertIdentity = 0
class IdentityType

Bases: int

Invalid = 1
PkiPaths = 0
PkiPkcs12 = 1
Unknown = 2
Valid = 0
class Validity

Bases: int

identityType(self) QgsAuthImportIdentityDialog.IdentityType[source]

Gets identity type

Return type:

QgsAuthImportIdentityDialog.IdentityType

pkiBundleToImport(self) QgsPkiBundle[source]

Gets certificate/key bundle to be imported as a PKI bundle object

Return type:

QgsPkiBundle