QGpgME 21.6.2.0000005
Qt API for GpgME
|
#include <wkdrefreshjob.h>
Public Member Functions | |
GpgME::Error | start (const std::vector< GpgME::Key > &keys) |
GpgME::Error | start (const std::vector< GpgME::UserID > &userIDs) |
![]() | |
virtual QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
GpgME::Error | startIt () |
void | startNow () |
Protected Member Functions | |
WKDRefreshJob (QObject *parent) | |
![]() | |
AbstractImportJob (QObject *parent) | |
![]() | |
Job (QObject *parent) | |
Additional Inherited Members | |
![]() | |
virtual void | slotCancel ()=0 |
![]() | |
void | result (const GpgME::ImportResult &result, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) |
![]() | |
void | jobProgress (int current, int total) |
void | rawProgress (const QString &what, int type, int current, int total) |
QGPGME_DEPRECATED void | progress (const QString &what, int current, int total) |
void | done () |
![]() | |
static GpgME::Context * | context (Job *job) |
This job refreshes OpenPGP keys via WKD.
GpgME::Error WKDRefreshJob::start | ( | const std::vector< GpgME::Key > & | keys | ) |
Starts a refresh of the keys. Only user IDs that have WKD set as origin are used for the WKD lookup. Revoked user IDs are ignored.
Use the other start overload to use all user IDs for the WKD lookup.
GpgME::Error WKDRefreshJob::start | ( | const std::vector< GpgME::UserID > & | userIDs | ) |
Starts a refresh of the keys belonging to the user IDs userIDs. All user IDs are used for the WKD lookup. Revoked user IDs are ignored.