62 static bool isSupported();
69 void setSigners(
const std::vector<GpgME::Key> &signers);
70 std::vector<GpgME::Key> signers()
const;
77 void setRecipients(
const std::vector<GpgME::Key> &recipients);
78 std::vector<GpgME::Key> recipients()
const;
88 void setInputPaths(
const std::vector<QString> &
paths);
89 std::vector<QString> inputPaths()
const;
103 void setOutputFile(
const QString &path);
112 void setEncryptionFlags(GpgME::Context::EncryptionFlags
flags);
113 GpgME::Context::EncryptionFlags encryptionFlags()
const;
119 void setBaseDirectory(
const QString &baseDirectory);
135 virtual GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
136 const std::vector<GpgME::Key> &recipients,
137 const std::vector<QString> &
paths,
139 const GpgME::Context::EncryptionFlags
flags) = 0;
161 const QString &auditLogAsHtml = {},
162 const GpgME::Error &auditLogError = {});
virtual GpgME::Error start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const std::vector< QString > &paths, const std::shared_ptr< QIODevice > &cipherText, const GpgME::Context::EncryptionFlags flags)=0