summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dcp.cc4
1 files changed, 4 insertions, 0 deletions
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)
{