aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/decryptionresult.h
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-24 12:03:09 +0000
committerMaximilian Krambach <[email protected]>2018-05-24 12:03:09 +0000
commite38b8beb20a8cfe897c378e3c20be80b8256159e (patch)
tree2b95b796bcc609fedc20197de866a28aef20f554 /lang/cpp/src/decryptionresult.h
parentjs: remove openpgp mode (diff)
parentjson: Put signature info before data output (diff)
downloadgpgme-e38b8beb20a8cfe897c378e3c20be80b8256159e.tar.gz
gpgme-e38b8beb20a8cfe897c378e3c20be80b8256159e.zip
Merge branch 'master' into javascript-binding
Diffstat (limited to 'lang/cpp/src/decryptionresult.h')
-rw-r--r--lang/cpp/src/decryptionresult.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/cpp/src/decryptionresult.h b/lang/cpp/src/decryptionresult.h
index 57705b48..c270223d 100644
--- a/lang/cpp/src/decryptionresult.h
+++ b/lang/cpp/src/decryptionresult.h
@@ -77,6 +77,10 @@ public:
const char *fileName() const;
+ const char *sessionKey() const;
+
+ const char *symkeyAlgo() const;
+
class Recipient;
unsigned int numRecipients() const;