Sonar fix: CertResp.java 10/75210/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 3 Jan 2019 09:53:28 +0000 (15:23 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Thu, 3 Jan 2019 09:53:34 +0000 (15:23 +0530)
Fixed sonar issues/code-smells across this file

Issue-ID: AAF-691
Change-Id: Ic9f93795332947c846e74f9097c146179782116c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/data/CertResp.java

index 71ccf3c..9017763 100644 (file)
@@ -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;