51class QGPGME_EXPORT RevokeKeyJob :
public Job
55 explicit RevokeKeyJob(QObject *parent);
67 virtual GpgME::Error
start(
const GpgME::Key &key,
68 GpgME::RevocationReason reason = GpgME::RevocationReason::Unspecified,
69 const std::vector<std::string> &description = {}) = 0;
76 virtual GpgME::Error
exec(
const GpgME::Key &key,
77 GpgME::RevocationReason reason = GpgME::RevocationReason::Unspecified,
78 const std::vector<std::string> &description = {}) = 0;
81 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = {},
const GpgME::Error &auditLogError = {});