summaryrefslogtreecommitdiffstats
path: root/base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java')
-rw-r--r--base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java b/base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java
index fc5472c79..5e5646b40 100644
--- a/base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java
+++ b/base/tps/src/org/dogtagpki/server/tps/channel/SecureChannel.java
@@ -148,8 +148,8 @@ public class SecureChannel {
CMS.debug("SecureChannel.SecureChannel: For SCP03. : ");
- CMS.debug("kekDesKey: " + kekDesKey.toHexString());
- CMS.debug("keyCheck: " + keyCheck.toHexString());
+ if (keyCheck != null)
+ CMS.debug("keyCheck: " + keyCheck.toHexString());
this.platProtInfo = platformInfo;
this.processor = processor;