summaryrefslogtreecommitdiffstats
path: root/base/kra/src/com
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2014-02-26 01:03:21 -0500
committerAde Lee <alee@redhat.com>2014-02-26 01:19:11 -0500
commit1e07807f55771b406efaedd9f20e6c4f31a3d41e (patch)
tree78596447a10c6bded84dc8fc723694460114bbe2 /base/kra/src/com
parent62d4b2b3934507b1ddf699bcea4a6295565bb008 (diff)
downloadpki-1e07807f55771b406efaedd9f20e6c4f31a3d41e.tar.gz
pki-1e07807f55771b406efaedd9f20e6c4f31a3d41e.tar.xz
pki-1e07807f55771b406efaedd9f20e6c4f31a3d41e.zip
Fixes for coments from review
Diffstat (limited to 'base/kra/src/com')
-rw-r--r--base/kra/src/com/netscape/kra/SecurityDataService.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/base/kra/src/com/netscape/kra/SecurityDataService.java b/base/kra/src/com/netscape/kra/SecurityDataService.java
index 37229f09a..b9620f5d2 100644
--- a/base/kra/src/com/netscape/kra/SecurityDataService.java
+++ b/base/kra/src/com/netscape/kra/SecurityDataService.java
@@ -133,13 +133,6 @@ public class SecurityDataService implements IService {
byte[] encoded = Utils.base64decode(pkiArchiveOptions);
ArchiveOptions options = ArchiveOptions.toArchiveOptions(encoded);
-
- //Check here just in case a null ArchiveOptions makes it this far
- if (options == null) {
- auditArchivalRequestProcessed(subjectID, ILogger.FAILURE, request.getRequestId(),
- clientKeyId, null, "Problem decoding PKIArchiveOptions");
- throw new EBaseException("Problem decoding PKIArchiveOptions.");
- }
algStr = options.getSymmAlgOID();
wrappedSessionKey = options.getEncSymmKey();
secdata = options.getEncValue();