90 void setFileName(
const QString &fileName);
103 virtual GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
104 const std::vector<GpgME::Key> &recipients,
115 virtual void start(
const std::vector<GpgME::Key> &signers,
116 const std::vector<GpgME::Key> &recipients,
117 const std::shared_ptr<QIODevice> &
plainText,
118 const std::shared_ptr<QIODevice> &
cipherText = std::shared_ptr<QIODevice>(),
121 virtual std::pair<GpgME::SigningResult, GpgME::EncryptionResult>
122 exec(
const std::vector<GpgME::Key> &signers,
123 const std::vector<GpgME::Key> &recipients,
135 virtual void start(
const std::vector<GpgME::Key> &signers,
136 const std::vector<GpgME::Key> &recipients,
137 const std::shared_ptr<QIODevice> &
plainText,
138 const std::shared_ptr<QIODevice> &
cipherText = std::shared_ptr<QIODevice>(),
139 const GpgME::Context::EncryptionFlags
flags = GpgME::Context::None) = 0;
143 virtual std::pair<GpgME::SigningResult, GpgME::EncryptionResult>
144 exec(
const std::vector<GpgME::Key> &signers,
145 const std::vector<GpgME::Key> &recipients,
152 const GpgME::Error &auditLogError = GpgME::Error());
virtual void start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &cipherText=std::shared_ptr< QIODevice >(), const GpgME::Context::EncryptionFlags flags=GpgME::Context::None)=0
virtual std::pair< GpgME::SigningResult, GpgME::EncryptionResult > exec(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, const GpgME::Context::EncryptionFlags flags, QByteArray &cipherText)=0
virtual void start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &cipherText=std::shared_ptr< QIODevice >(), bool alwaysTrust=false)=0