98 virtual GpgME::KeyListResult exec(
const QStringList &patterns,
bool secretOnly, std::vector<GpgME::Key> &keys) = 0;
105 void result(
const GpgME::KeyListResult &result,
const std::vector<GpgME::Key> &keys = std::vector<GpgME::Key>(),
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());