Extract KDM standard.
[libdcp.git] / src / decrypted_kdm.h
index 752ced04a6d3bcce50cdc4708959f0160d2c68ab..56529b5df563709c34c33cd70dac1417561d4ed4 100644 (file)
@@ -133,7 +133,7 @@ public:
                Formulation formulation
                ) const;
 
-       void add_key (std::string type, std::string key_id, Key key, std::string cpl_id);
+       void add_key (boost::optional<std::string> type, std::string key_id, Key key, std::string cpl_id, Standard standard);
        void add_key (DecryptedKDMKey key);
 
        /** @return This KDM's (decrypted) keys, which could be used to decrypt assets. */