diff options
| -rw-r--r-- | src/mxf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -95,9 +95,9 @@ public: return _key_id; } - /** 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) + /** Set the key that will be used to encrypt or decrypt this MXF's content. + * This is the key that is distributed (itself encrypted) to cinemas via + * Key Delivery Messages (KDMs) * @param key Key to use */ virtual void set_key (Key); |
