Class: QgsAuthImportIdentityDialog¶
Widget for importing an identity certificate/key bundle into the authentication database
Class Hierarchy¶
Base classes¶
Methods
Gets identity type  | 
|
Gets certificate/key bundle to be imported as a PKI bundle object  | 
Attributes
- 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
- 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:
 
- pkiBundleToImport(self) QgsPkiBundle[source]¶
 Gets certificate/key bundle to be imported as a PKI bundle object
- Return type: