diff options
Diffstat (limited to '')
| -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;  | 
