|
virtual GpgME::Error | start (const QStringList &keyIds)=0 |
|
virtual GpgME::ImportResult | exec (const QStringList &keyIds)=0 |
|
virtual QString | auditLogAsHtml () const |
|
virtual GpgME::Error | auditLogError () const |
|
bool | isAuditLogSupported () const |
|
|
| ReceiveKeysJob (QObject *parent) |
|
| AbstractImportJob (QObject *parent) |
|
| Job (QObject *parent) |
|
|
virtual void | slotCancel ()=0 |
|
void | result (const GpgME::ImportResult &result, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) |
|
void | progress (const QString &what, int current, int total) |
|
void | done () |
|
static GpgME::Context * | context (Job *job) |
|
◆ exec()
virtual GpgME::ImportResult QGpgME::ReceiveKeysJob::exec |
( |
const QStringList & |
keyIds | ) |
|
|
pure virtual |
Runs the import of keys from a keyserver. keyIds is a list of key ids and/or fingerprints specifying the keys to import.
Implemented in QGpgME::QGpgMEReceiveKeysJob.
◆ start()
virtual GpgME::Error QGpgME::ReceiveKeysJob::start |
( |
const QStringList & |
keyIds | ) |
|
|
pure virtual |
Starts the import of keys from a keyserver. keyIds is a list of key ids and/or fingerprints specifying the keys to import.
Implemented in QGpgME::QGpgMEReceiveKeysJob.
The documentation for this class was generated from the following file: