]
Ilia Vassilev reassigned ELY-1833:
----------------------------------
Assignee: Ilia Vassilev
KeyStoreCredentialStore does not use Provider[] for passwords.
--------------------------------------------------------------
Key: ELY-1833
URL:
https://issues.jboss.org/browse/ELY-1833
Project: WildFly Elytron
Issue Type: Bug
Components: Credential Store
Affects Versions: 1.10.0.CR1
Reporter: Darran Lofthouse
Assignee: Ilia Vassilev
Priority: Major
The KeyStoreCredentialStore implementation does not use the Provider[] passed in during
initialisation for PasswordFactory interaction.
However it does use it for the underlying KeyStore.
Any changes here will need to consider backwards compatibility as existing users may be
used to this difference.