diff options
author | Saturn&Eric <[email protected]> | 2021-12-13 18:46:23 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-13 18:46:23 +0000 |
commit | 5d8e24b7ce4620164c3268b4f1de43a30df19a86 (patch) | |
tree | 6defd5d68468a95de980752ccf2c4ef8a0753617 /src/gpg/function/BasicOperator.h | |
parent | Create SECURITY.md (diff) | |
parent | Update Translations & README. (diff) | |
download | GpgFrontend-5d8e24b7ce4620164c3268b4f1de43a30df19a86.tar.gz GpgFrontend-5d8e24b7ce4620164c3268b4f1de43a30df19a86.zip |
Merge pull request #32 from saturneric/developv2.0.2
v2.0.2-beta.2
Diffstat (limited to 'src/gpg/function/BasicOperator.h')
-rw-r--r-- | src/gpg/function/BasicOperator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpg/function/BasicOperator.h b/src/gpg/function/BasicOperator.h index 39f93668..4ea70eea 100644 --- a/src/gpg/function/BasicOperator.h +++ b/src/gpg/function/BasicOperator.h @@ -37,6 +37,9 @@ class BasicOperator : public SingletonFunctionObject<BasicOperator> { gpg_error_t Encrypt(KeyListPtr keys, BypeArrayRef in_buffer, ByteArrayPtr& out_buffer, GpgEncrResult& result); + gpg_error_t EncryptSymmetric(BypeArrayRef in_buffer, ByteArrayPtr& out_buffer, + GpgEncrResult& result); + gpgme_error_t EncryptSign(KeyListPtr keys, KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr& out_buffer, GpgEncrResult& encr_result, |