30 #ifndef QGPGME_TOFUPOLICYJOB_H 31 #define QGPGME_TOFUPOLICYJOB_H 35 #include "qgpgme_export.h" 37 #ifdef BUILDING_QGPGME 38 # include "tofuinfo.h" 40 # include <gpgme++/tofuinfo.h> 64 virtual void start(
const GpgME::Key &key, GpgME::TofuInfo::Policy policy) = 0;
66 virtual GpgME::Error exec(
const GpgME::Key &key, GpgME::TofuInfo::Policy policy) = 0;
73 void result(
const GpgME::Error &error,
74 const QString &auditLogAsHtml = QString(),
75 const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: tofupolicyjob.h:53
Definition: abstractimportjob.h:41
Definition: abstractimportjob.h:47