[OOM CERT-SERVICE-API] Add support for URI, IP, E-mail in SANs 72/115072/6
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Wed, 18 Nov 2020 06:55:55 +0000 (07:55 +0100)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Fri, 20 Nov 2020 11:05:42 +0000 (12:05 +0100)
commitfd94a0f31c85d941330b43dcb2baa8ad4aa39270
treec35b3fddbd5eebb618807f1894a52964fa6dd90d
parent75ee4a9d489b53b2abd6b44b1a1a46635a703d44
[OOM CERT-SERVICE-API] Add support for URI, IP, E-mail in SANs

Issue-ID: OOM-2632
Change-Id: I903c31ebe05521e281753cb847001ba99275f758
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
certService/src/main/java/org/onap/oom/certservice/certification/model/CsrModel.java
certService/src/main/java/org/onap/oom/certservice/cmpv2client/impl/CmpClientImpl.java
certService/src/main/java/org/onap/oom/certservice/cmpv2client/impl/CmpMessageHelper.java
certService/src/main/java/org/onap/oom/certservice/cmpv2client/impl/CreateCertRequest.java
certService/src/test/java/org/onap/oom/certservice/certification/CsrModelFactoryTest.java
certService/src/test/java/org/onap/oom/certservice/certification/TestData.java
certService/src/test/java/org/onap/oom/certservice/certification/model/CsrModelTest.java
certService/src/test/java/org/onap/oom/certservice/cmpv2client/Cmpv2ClientTest.java