diff options
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index 247d6678..6e08199f 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -71,6 +71,10 @@ public: */ std::list<std::string> keys () const; + std::string annotation_text () const; + std::string content_title_text () const; + std::string issue_date () const; + private: friend class DecryptedKDM; |
