summaryrefslogtreecommitdiff
path: root/lang/cpp/src/decryptionresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/decryptionresult.h')
-rw-r--r--lang/cpp/src/decryptionresult.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/cpp/src/decryptionresult.h b/lang/cpp/src/decryptionresult.h
index 57705b4..e4d542d 100644
--- a/lang/cpp/src/decryptionresult.h
+++ b/lang/cpp/src/decryptionresult.h
@@ -77,12 +77,18 @@ public:
const char *fileName() const;
+ const char *sessionKey() const;
+
+ const char *symkeyAlgo() const;
+
class Recipient;
unsigned int numRecipients() const;
Recipient recipient(unsigned int idx) const;
std::vector<Recipient> recipients() const;
+ bool isLegacyCipherNoMDC() const;
+
private:
class Private;
void init(gpgme_ctx_t ctx);