summaryrefslogtreecommitdiffstats
path: root/base/util
diff options
context:
space:
mode:
Diffstat (limited to 'base/util')
-rw-r--r--base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java b/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java
index c436b4d02..593d93f46 100644
--- a/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java
+++ b/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java
@@ -1938,6 +1938,8 @@ public class CryptoUtil {
EncryptedContentInfo cInfo = null;
//We have to do this to get the decoding to work.
+ // TODO (alee) - this needs to work with AES keys. It does not appear to be used though in the current KeyClient
+ // We may end up simply removing this.
@SuppressWarnings("unused")
PBEAlgorithm pbeAlg = PBEAlgorithm.PBE_SHA1_DES3_CBC;