]
Darran Lofthouse updated ELY-39:
--------------------------------
Summary: Ensure all algorithms are on the password interfaces and not private
implementations. (was: Move the Elytron supplied algorithms names to a single class.)
Ensure all algorithms are on the password interfaces and not private
implementations.
-------------------------------------------------------------------------------------
Key: ELY-39
URL:
https://issues.jboss.org/browse/ELY-39
Project: WildFly Elytron
Issue Type: Task
Security Level: Public(Everyone can see)
Components: API / SPI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Beta1
The mechanism names are currently in the password implementations, this means they can
not be used by classes in other packages or outside of Elytron.
In addition to this a password provider whilst obtained by using an algorithm can decide
on what password type to return based on the passwordspec so we should not assume a tight
coupling of password and algorithm name.