]
Eric Wittmann resolved OVERLORD-130.
------------------------------------
Resolution: Done
GenerateSamlKeystoreUtil currently using three deprecated BC classes
--------------------------------------------------------------------
Key: OVERLORD-130
URL:
https://issues.jboss.org/browse/OVERLORD-130
Project: Overlord
Issue Type: Bug
Reporter: Eric Wittmann
Assignee: David virgil naranjo
In overlord-commons we have the GenerateSamlKeystoreUtil class. This class is currently
using BouncyCastle to do some keystore related stuff. It's using three deprecated
classes from BC. We need to figure out a way to do this same work without using
deprecated code.