Add utility to generate keystore for testing 57/119457/4
authorJim Hahn <jrh3@att.com>
Wed, 17 Mar 2021 22:55:15 +0000 (18:55 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 18 Mar 2021 14:33:31 +0000 (10:33 -0400)
commit760d81ae99aa1efce122304047a2e677c0b48074
tree950e74425e86a14ac7c32957570d52c02c9e2f4e
parentefe3b4350af4ea9b39e2afa51e07455c34f21703
Add utility to generate keystore for testing

Added a class that will generate a keystore containing a self-signed
certificate.

Issue-ID: POLICY-3147
Change-Id: I25e7307c2e73dbacae24c8fce616bf2ada93df9f
Signed-off-by: Jim Hahn <jrh3@att.com>
utils-test/src/main/java/org/onap/policy/common/utils/security/SelfSignedKeyStore.java [new file with mode: 0644]
utils-test/src/main/resources/keystore_san.txt [new file with mode: 0644]
utils-test/src/test/java/org/onap/policy/common/utils/security/SelfSignedKeyStoreTest.java [new file with mode: 0644]