| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Widget for importing an identity certificate/key bundle into the authentication database. More...
#include <qgsauthimportidentitydialog.h>

| Public Types | |
| enum | BundleTypes { PkiPaths = 0 , PkiPkcs12 = 1 } | 
| Type of bundles supported.  More... | |
| enum | IdentityType { CertIdentity = 0 } | 
| Type of identity being imported.  More... | |
| enum | Validity { Valid , Invalid , Unknown } | 
| Type of certificate/bundle validity output.  More... | |
| Public Member Functions | |
| QgsAuthImportIdentityDialog (QgsAuthImportIdentityDialog::IdentityType identitytype, QWidget *parent=nullptr) | |
| Construct a dialog for importing identities.  More... | |
| const QPair< QSslCertificate, QSslKey > | certBundleToImport () | 
| Gets certificate/key bundle to be imported.  More... | |
| QgsAuthImportIdentityDialog::IdentityType | identityType () | 
| Gets identity type.  More... | |
| const QgsPkiBundle | pkiBundleToImport () | 
| Gets certificate/key bundle to be imported as a PKI bundle object.  More... | |
Widget for importing an identity certificate/key bundle into the authentication database.
Definition at line 34 of file qgsauthimportidentitydialog.h.
Type of bundles supported.
| Enumerator | |
|---|---|
| PkiPaths | |
| PkiPkcs12 | |
Definition at line 46 of file qgsauthimportidentitydialog.h.
Type of identity being imported.
| Enumerator | |
|---|---|
| CertIdentity | |
Definition at line 40 of file qgsauthimportidentitydialog.h.
Type of certificate/bundle validity output.
| Enumerator | |
|---|---|
| Valid | |
| Invalid | |
| Unknown | |
Definition at line 53 of file qgsauthimportidentitydialog.h.
| 
 | explicit | 
Construct a dialog for importing identities.
| identitytype | Type of the identity to import | 
| parent | Parent widget | 
Definition at line 33 of file qgsauthimportidentitydialog.cpp.
| const QPair< QSslCertificate, QSslKey > QgsAuthImportIdentityDialog::certBundleToImport | ( | ) | 
Gets certificate/key bundle to be imported.
Definition at line 77 of file qgsauthimportidentitydialog.cpp.
| QgsAuthImportIdentityDialog::IdentityType QgsAuthImportIdentityDialog::identityType | ( | ) | 
Gets identity type.
Definition at line 68 of file qgsauthimportidentitydialog.cpp.
| 
 | inline | 
Gets certificate/key bundle to be imported as a PKI bundle object.
Definition at line 78 of file qgsauthimportidentitydialog.h.