Class Pbkdf2Sha512PasswordHashProviderFactory

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

public class Pbkdf2Sha512PasswordHashProviderFactory extends AbstractPbkdf2PasswordHashProviderFactory implements PasswordHashProviderFactory
Provider factory for SHA512 variant of the PBKDF2 password hash algorithm.
Author:
, Adam Kaplan