libdcp
|
An un- or de-crypted key from a KDM. More...
#include <decrypted_kdm_key.h>
Public Member Functions | |
DecryptedKDMKey (boost::optional< std::string > type, std::string id, Key key, std::string cpl_id, Standard standard) | |
boost::optional< std::string > | type () const |
std::string | id () const |
Key | key () const |
std::string | cpl_id () const |
Standard | standard () const |
Private Attributes | |
boost::optional< std::string > | _type |
std::string | _id |
Key | _key |
std::string | _cpl_id |
Standard | _standard |
An un- or de-crypted key from a KDM.
Definition at line 55 of file decrypted_kdm_key.h.