31#ifndef QGPGME_TOFUPOLICYJOB_H
32#define QGPGME_TOFUPOLICYJOB_H
36#include "qgpgme_export.h"
38#include <gpgme++/tofuinfo.h>
61 virtual void start(
const GpgME::Key &key, GpgME::TofuInfo::Policy policy) = 0;
63 virtual GpgME::Error exec(
const GpgME::Key &key, GpgME::TofuInfo::Policy policy) = 0;
70 void result(
const GpgME::Error &error,
71 const QString &auditLogAsHtml = QString(),
72 const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class for asynchronous crypto operations.
Definition: job.h:69
Definition: tofupolicyjob.h:51