47 virtual GpgME::Error startCreate(
const QString &uid,
48 const QByteArray &algo,
49 const QDateTime &expires,
50 GpgME::Context::CreationFlags flags) = 0;
52 virtual GpgME::Error startAddSubkey(
const GpgME::Key &key,
53 const QByteArray &algo,
54 const QDateTime &expires,
55 GpgME::Context::CreationFlags flags) = 0;
57 virtual GpgME::Error startSetKeyEnabled(
const GpgME::Key &key,
bool enabled) = 0;