35 #ifndef __KLEO_DOWNLOADJOB_H__
36 #define __KLEO_DOWNLOADJOB_H__
40 #include <QtCore/QByteArray>
41 #include <QtCore/QStringList>
86 virtual GpgME::Error
start(
const QByteArray &fingerprint,
87 const std::shared_ptr<QIODevice> &keyData) = 0;
96 virtual QGPGME_DEPRECATED_EXPORT 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());
An abstract base class for asynchronous downloaders.
Definition: downloadjob.h:70
virtual GpgME::Error start(const QByteArray &fingerprint, const std::shared_ptr< QIODevice > &keyData)=0
virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(const QStringList &fingerprints)=0
An abstract base class for asynchronous crypto operations.
Definition: job.h:73