Merge "Sonar fix: CSRMeta.java"
authorJonathan Gathman <jonathan.gathman@att.com>
Tue, 6 Aug 2019 23:42:44 +0000 (23:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 6 Aug 2019 23:42:44 +0000 (23:42 +0000)
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/cert/CSRMeta.java

index a3740bf..f67f445 100644 (file)
@@ -3,6 +3,8 @@
  * org.onap.aaf
  * ===========================================================================
  * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright (C) 2019 IBM.
  * ===========================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -151,7 +153,7 @@ public class CSRMeta {
          }
     }
     
-    public X509Certificate initialConversationCert(Trans trans) throws IOException, CertificateException, OperatorCreationException {
+    public X509Certificate initialConversationCert(Trans trans) throws CertificateException, OperatorCreationException {
         GregorianCalendar gc = new GregorianCalendar();
         Date start = gc.getTime();
         gc.add(GregorianCalendar.DAY_OF_MONTH,2);