Import PKIUtilTest 52/110052/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 01:45:40 +0000 (02:45 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 01:46:53 +0000 (02:46 +0100)
commit638451a60281bae47d82a8ac043b3b900c209be3
treef776aadfd9ef99f4cd1d9e86bda543ba747764f6
parentb7c6e76ca1d43b22200fff61480147b10075dbdc
Import PKIUtilTest

We have ditched the use of PKIUtil and that class is going away. Rehost
PKIUtilTest to test our code instead. This code is imported from aaa.git
at ee5509ac1864eec537a9f9422fe49fc85b368e48.

JIRA: AAA-269
Change-Id: Ib7b9a41c5ba4e398ac859a8221fa2735d3b62afb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/NetconfClientConfigurationBuilderFactoryImpl.java
apps/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/PKIUtilTest.java [new file with mode: 0644]
apps/netconf-topology/src/test/resources/pki/dsa [new file with mode: 0644]
apps/netconf-topology/src/test/resources/pki/dsa_encrypted [new file with mode: 0644]
apps/netconf-topology/src/test/resources/pki/ecdsa [new file with mode: 0644]
apps/netconf-topology/src/test/resources/pki/ecdsa_encrypted [new file with mode: 0644]
apps/netconf-topology/src/test/resources/pki/rsa [new file with mode: 0644]
apps/netconf-topology/src/test/resources/pki/rsa_encrypted [new file with mode: 0644]