66class QGPGME_EXPORT ImportFromKeyserverJob :
public AbstractImportJob
70 explicit ImportFromKeyserverJob(QObject *parent);
72 ~ImportFromKeyserverJob();
78 virtual GpgME::Error
start(
const std::vector<GpgME::Key> &keys) = 0;
80 virtual GpgME::ImportResult exec(
const std::vector<GpgME::Key> &keys) = 0;