Implementation of CMPv2 client 10/98310/4
authorajay_dp001 <ajay.deep.singh@est.tech>
Wed, 6 Nov 2019 14:56:07 +0000 (14:56 +0000)
committerAjay Deep Singh <ajay.deep.singh@est.tech>
Tue, 12 Nov 2019 17:36:26 +0000 (17:36 +0000)
commitaee01939319af85adfc471caef2db33087b8a033
treec22ba9fff7d6674630c7a7d6f75ee948b271e37c
parent333a035c095351e496328ec72c82beb65507e71b
Implementation of CMPv2 client

Issue-ID: AAF-999
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: I986d487c6d1ba4d13b0193a12543622d943e3ea7
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/cmpv2client/api/CmpClient.java [new file with mode: 0644]
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/cmpv2client/impl/CAOfflineException.java [new file with mode: 0644]
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/cmpv2client/impl/CmpClientException.java [new file with mode: 0644]
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/cmpv2client/impl/CmpClientImpl.java [new file with mode: 0644]