Class Pbkdf2Sha256PasswordHashProviderFactory

java.lang.Object
org.keycloak.credential.hash.AbstractPbkdf2PasswordHashProviderFactory
org.keycloak.credential.hash.Pbkdf2Sha256PasswordHashProviderFactory
All Implemented Interfaces:
PasswordHashProviderFactory, ProviderFactory<PasswordHashProvider>

public class Pbkdf2Sha256PasswordHashProviderFactory extends AbstractPbkdf2PasswordHashProviderFactory implements PasswordHashProviderFactory
PBKDF2 Password Hash provider with HMAC using SHA256
Author:
<a href"mailto:[email protected]">Adam Kaplan