Remove aaa.encrypt.PKIUtil 51/110051/3
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 00:54:25 +0000 (01:54 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 01:24:00 +0000 (02:24 +0100)
commit20144fb9f20657c5d86768d9b3a6a23d3f8ccbbf
tree3ebd03929cdecba3c791ddb335165a96cfe551d9
parentee5509ac1864eec537a9f9422fe49fc85b368e48
Remove aaa.encrypt.PKIUtil

PKIUtil requires Bouncy Castle, which means we are leaking it from an
API artifact. There is only a single downstream user in netconf, which
can very easily do what PKIUtil provides itself.

JIRA: AAA-269
Change-Id: Icf509e1bd989f7609f7e072068dc4fb001b339eb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-cert/pom.xml
aaa-encrypt-service/api/pom.xml
aaa-encrypt-service/api/src/main/java/org/opendaylight/aaa/encrypt/PKIUtil.java [deleted file]
aaa-encrypt-service/api/src/test/java/org/opendaylight/aaa/encrypt/PKIUtilTest.java [deleted file]
aaa-encrypt-service/api/src/test/resources/dsa [deleted file]
aaa-encrypt-service/api/src/test/resources/dsa_encrypted [deleted file]
aaa-encrypt-service/api/src/test/resources/ecdsa [deleted file]
aaa-encrypt-service/api/src/test/resources/ecdsa_encrypted [deleted file]
aaa-encrypt-service/api/src/test/resources/rsa [deleted file]
aaa-encrypt-service/api/src/test/resources/rsa_encrypted [deleted file]