From 77b97edbd1a190a5d0da9dc760107772e7797c72 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 7 Apr 2018 21:50:35 +0100 Subject: Add comment. --- src/dcp.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/dcp.cc b/src/dcp.cc index e56547e3..875a2547 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -292,6 +292,10 @@ DCP::encrypted () const return false; } +/** Add a KDM to decrypt this DCP. This method must be called after DCP::read() + * or the KDM you specify will be ignored. + * @param kdm KDM to use. + */ void DCP::add (DecryptedKDM const & kdm) { -- cgit v1.2.3