Done
Details
Assignee
Robert VargaRobert VargaReporter
Robert VargaRobert VargaLabels
Fix versions
Priority
Medium
Details
Details
Assignee
Robert Varga
Robert VargaReporter
Robert Varga
Robert VargaLabels
Fix versions
Priority
Created January 28, 2024 at 1:03 AM
Updated January 28, 2024 at 2:09 AM
Resolved January 28, 2024 at 2:09 AM
PKIUtil is a utility class, which has not been properly decomposed to API/service and therefore it leads to Bouncy Castle being leaked to all users of aaa-encrypt-service.
While we could easily extract its interface and make it a component, there is only a single user, NETCONF's netconf-topology. That user has chosen to inline the functionality it needs.
Remove PKIUtil to fix the class path leak.