Add support for server-side SSL context factory 86/77786/9
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Mon, 4 Feb 2019 13:53:57 +0000 (14:53 +0100)
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Wed, 6 Feb 2019 08:58:53 +0000 (09:58 +0100)
commit6b50f21a75f76ebad011188c42b6406d7c097537
tree804e94ade1126210092c9979ff6e3b680ecae1dc
parent09b68daf6b644df4dd66ab792c430898bb9d2f6d
Add support for server-side SSL context factory

Change-Id: I2fa64c71f55f1abfdeb4a2323c5456475d87fdd1
Issue-ID: DCAEGEN2-1069
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
security/crypt-password/pom.xml
security/pom.xml
security/ssl/pom.xml
security/ssl/src/main/java/org/onap/dcaegen2/services/sdk/security/ssl/KeyStoreTypes.java [new file with mode: 0644]
security/ssl/src/main/java/org/onap/dcaegen2/services/sdk/security/ssl/SecurityKeys.java
security/ssl/src/main/java/org/onap/dcaegen2/services/sdk/security/ssl/SecurityKeysStore.java [new file with mode: 0644]
security/ssl/src/main/java/org/onap/dcaegen2/services/sdk/security/ssl/SslFactory.java
security/ssl/src/test/java/org/onap/dcaegen2/services/sdk/security/ssl/KeyStoreTypesTest.java [new file with mode: 0644]
services/hv-ves-client/producer/api/pom.xml
services/hv-ves-client/producer/ct/src/test/java/org/onap/dcaegen2/services/sdk/services/hvves/client/producer/ct/SystemUnderTestWrapper.java
services/hv-ves-client/producer/impl/src/main/java/org/onap/dcaegen2/services/sdk/services/hvves/client/producer/impl/HvVesProducerFactoryImpl.java