From 8c2f3517e868078b551bb01d975f2956cb692fbf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jan 2014 14:41:33 +0000 Subject: Various tinkerings. --- src/mxf.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mxf.cc') diff --git a/src/mxf.cc b/src/mxf.cc index d2ec5629..1a19b817 100644 --- a/src/mxf.cc +++ b/src/mxf.cc @@ -115,6 +115,11 @@ MXF::equals (shared_ptr other, EqualityOptions opt, boost::functi return true; } +/** Set the (private) key that will be used to encrypt or decrypt this MXF's content. + * This is the top-secret key that is distributed (itself encrypted) to cinemas + * via Key Delivery Messages (KDMs). + * @param key Key to use. + */ void MXF::set_key (Key key) { -- cgit v1.2.3