Add comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 20:50:35 +0000 (21:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 20:50:35 +0000 (21:50 +0100)
src/dcp.cc

index e56547e3dc2e7d265161bbf03abb2fbe1883acce..875a2547dc6c3eca5fc3410b78f4996f7642b380 100644 (file)
@@ -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)
 {