47 virtual GpgME::Error startCreate(
const QString &
uid,
50 GpgME::Context::CreationFlags
flags) = 0;
52 virtual GpgME::Error startAddSubkey(
const GpgME::Key &
key,
55 GpgME::Context::CreationFlags
flags) = 0;
57 virtual GpgME::Error startSetKeyEnabled(
const GpgME::Key &
key,
bool enabled) = 0;