summaryrefslogtreecommitdiff
path: root/src/decrypted_kdm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decrypted_kdm.h')
-rw-r--r--src/decrypted_kdm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h
index 45ad8fa6..06e2f9e1 100644
--- a/src/decrypted_kdm.h
+++ b/src/decrypted_kdm.h
@@ -84,6 +84,18 @@ public:
return _keys;
}
+ std::string annotation_text () const {
+ return _annotation_text;
+ }
+
+ std::string content_title_text () const {
+ return _content_title_text;
+ }
+
+ std::string issue_date () const {
+ return _issue_date;
+ }
+
private:
LocalTime _not_valid_before;
LocalTime _not_valid_after;