std::shared_ptr
[libdcp.git] / src / encrypted_kdm.h
index e52fa0a132ba9e163890b6e841b0df9403c56de6..175b578f2a73e4f37e31632e0663e74fefca4fc7 100644 (file)
@@ -94,6 +94,7 @@ public:
        LocalTime not_valid_before () const;
        LocalTime not_valid_after () const;
        std::string recipient_x509_subject_name () const;
+       CertificateChain signer_certificate_chain () const;
 
 private:
 
@@ -101,7 +102,7 @@ private:
 
        /** Construct an EncryptedKDM from a set of details */
        EncryptedKDM (
-               boost::shared_ptr<const CertificateChain> signer,
+               std::shared_ptr<const CertificateChain> signer,
                Certificate recipient,
                std::vector<std::string> trusted_devices,
                std::string cpl_id,