diff options
author | Maximilian Krambach <[email protected]> | 2018-05-24 12:03:09 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-05-24 12:03:09 +0000 |
commit | e38b8beb20a8cfe897c378e3c20be80b8256159e (patch) | |
tree | 2b95b796bcc609fedc20197de866a28aef20f554 /lang/cpp/src/decryptionresult.h | |
parent | js: remove openpgp mode (diff) | |
parent | json: Put signature info before data output (diff) | |
download | gpgme-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.h | 4 |
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; |