Class: QgsAuthImportIdentityDialog¶
Widget for importing an identity certificate/key bundle into the authentication database.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Enums
Methods
Gets identity type |
|
Gets certificate/key bundle to be imported as a PKI bundle object |
- class qgis.gui.QgsAuthImportIdentityDialog[source]¶
Bases:
QDialog- __init__(identitytype: QgsAuthImportIdentityDialog.IdentityType, parent: QWidget | None = None)
Construct a dialog for importing identities
- Parameters:
identitytype (QgsAuthImportIdentityDialog.IdentityType) – Type of the identity to import
parent (Optional[QWidget] = None) – Parent widget
- CertIdentity = 0¶
- Invalid = 1¶
- PkiPaths = 0¶
- PkiPkcs12 = 1¶
- Unknown = 2¶
- Valid = 0¶
- identityType(self) QgsAuthImportIdentityDialog.IdentityType[source]¶
Gets identity type
- Return type:
- pkiBundleToImport(self) QgsPkiBundle[source]¶
Gets certificate/key bundle to be imported as a PKI bundle object
- Return type: