Uses of Record Class
com.svenruppert.jsentinel.credential.password.PasswordHashResult
Packages that use PasswordHashResult
Package
Description
-
Uses of PasswordHashResult in com.svenruppert.jsentinel.credential.password
Methods in com.svenruppert.jsentinel.credential.password that return PasswordHashResultModifier and TypeMethodDescriptionDefaultPasswordHashingService.hash(char[] password) PasswordHashingService.hash(char[] password) Produces a fresh hash for the given password under the active policy.default PasswordHashResultPasswordHashingService.hash(SecretValue password) SecretValue overload forPasswordHashingService.hash(char[]). -
Uses of PasswordHashResult in com.svenruppert.jsentinel.credential.password.pbkdf2
Methods in com.svenruppert.jsentinel.credential.password.pbkdf2 that return PasswordHashResultModifier and TypeMethodDescriptionPbkdf2PasswordHashProvider.hash(char[] password, PasswordHashPolicy policy, Optional<PepperReference> pepper) -
Uses of PasswordHashResult in com.svenruppert.jsentinel.credential.password.provider
Methods in com.svenruppert.jsentinel.credential.password.provider that return PasswordHashResultModifier and TypeMethodDescriptionPasswordHashProvider.hash(char[] password, PasswordHashPolicy policy, Optional<PepperReference> pepper) Derives a fresh hash for the supplied password under the active policy.