31#ifndef QGPGME_TOFUPOLICYJOB_H
32#define QGPGME_TOFUPOLICYJOB_H
36#include "qgpgme_export.h"
41# include <gpgme++/tofuinfo.h>
65 virtual void start(
const GpgME::Key &key, GpgME::TofuInfo::Policy policy) = 0;
67 virtual GpgME::Error exec(
const GpgME::Key &key, GpgME::TofuInfo::Policy policy) = 0;
74 void result(
const GpgME::Error &error,
75 const QString &auditLogAsHtml = QString(),
76 const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class for asynchronous crypto operations.
Definition: job.h:73
Definition: tofupolicyjob.h:55