libdcp
Public Member Functions | Private Attributes | List of all members
dcp::DecryptedKDMKey Class Reference

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
 

Detailed Description

An un- or de-crypted key from a KDM.

Definition at line 55 of file decrypted_kdm_key.h.


The documentation for this class was generated from the following file: