69class QGPGME_EXPORT DownloadJob :
public Job
73 explicit DownloadJob(QObject *parent);
86 virtual GpgME::Error
start(
const QByteArray &fingerprint,
87 const std::shared_ptr<QIODevice> &keyData) = 0;
96 QGPGME_DEPRECATED
virtual GpgME::Error
start(
const QStringList &fingerprints) = 0;
99 void result(
const GpgME::Error &result,
const QByteArray &keyData,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());