summaryrefslogtreecommitdiffstats
path: root/auth/auth-certman
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-01-03 15:23:28 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-01-03 15:23:34 +0530
commitf8d3555638b8ff7c96a17789c9bb1f6b9a40e5ef (patch)
tree617a056c3265204a173a505d6757caae6c7e28b3 /auth/auth-certman
parentda120047d0da2b940947312b55da8098724e6a75 (diff)
Sonar fix: CertResp.java
Fixed sonar issues/code-smells across this file Issue-ID: AAF-691 Change-Id: Ic9f93795332947c846e74f9097c146179782116c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'auth/auth-certman')
-rw-r--r--auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java
index 71ccf3c7..9017763a 100644
--- a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java
+++ b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java
@@ -3,6 +3,8 @@
* org.onap.aaf
* ===========================================================================
* Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright (C) 2018 IBM.
* ===========================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +24,6 @@
package org.onap.aaf.auth.cm.data;
import java.io.IOException;
-import java.security.GeneralSecurityException;
import java.security.KeyPair;
import java.security.cert.X509Certificate;