summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 12:38:47 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-06 12:38:47 +0100
commit4c2e6d70f15deb7e571af4a49c8643d3957f7b99 (patch)
treee6f3dc6fdf62bf31edd973469f9c062f7f569b02 /src/encrypted_kdm.h
parentd97e1600057d796c4163cecf28f9f04a6ea6402b (diff)
Add some KDM metadata accessors.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h4
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;