diff options
Diffstat (limited to 'certService/src/main/java')
-rw-r--r-- | certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java b/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java index 73661a0b..310f534d 100644 --- a/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java +++ b/certService/src/main/java/org/onap/aaf/certservice/certification/CertificationModelFactory.java @@ -53,7 +53,7 @@ public class CertificationModelFactory { } public CertificationModel createCertificationModel(String encodedCsr, String encodedPrivateKey, String caName) - throws DecryptionException, CmpClientException, Cmpv2ClientAdapterException { + throws DecryptionException, CmpClientException { CsrModel csrModel = csrModelFactory.createCsrModel( new CsrModelFactory.StringBase64(encodedCsr), new CsrModelFactory.StringBase64(encodedPrivateKey) |