diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-14 16:15:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-14 16:15:13 +0000 |
| commit | ce6ced029aefe5c3996bd61b0778bcd7433b2fb3 (patch) | |
| tree | 2ac8778fdcc6918c4bf2fea664ce9d93bf0ead35 /src/encrypted_kdm.h | |
| parent | 5e7368087004da802d042b9ee2922c9a623cc7d4 (diff) | |
Add accessor for recipient X509 subject name.
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index edbf5192..1605d911 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -90,8 +90,9 @@ public: std::string content_title_text () const; std::string issue_date () const; std::string cpl_id () const; - LocalTime not_valid_before() const; - LocalTime not_valid_after() const; + LocalTime not_valid_before () const; + LocalTime not_valid_after () const; + std::string recipient_x509_subject_name () const; private: |
