QGIS/python/gui/auto_generated/auth/qgsauthimportidentitydialog.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

70 lines
2.0 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthimportidentitydialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsAuthImportIdentityDialog : QDialog
{
%Docstring(signature="appended")
Widget for importing an identity certificate/key bundle into the
authentication database.
%End
%TypeHeaderCode
#include "qgsauthimportidentitydialog.h"
%End
public:
enum IdentityType
{
CertIdentity,
};
enum BundleTypes
{
PkiPaths,
PkiPkcs12,
};
enum Validity
{
Valid,
Invalid,
Unknown
};
explicit QgsAuthImportIdentityDialog( QgsAuthImportIdentityDialog::IdentityType identitytype, QWidget *parent /TransferThis/ = 0 );
%Docstring
Construct a dialog for importing identities
:param identitytype: Type of the identity to import
:param parent: Parent widget
%End
QgsAuthImportIdentityDialog::IdentityType identityType();
%Docstring
Gets identity type
%End
const QgsPkiBundle pkiBundleToImport();
%Docstring
Gets certificate/key bundle to be imported as a PKI bundle object
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthimportidentitydialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/