Uses of Class
usecase.auth.Pbkdf2PasswordHash.HashedPassword
-
Packages that use Pbkdf2PasswordHash.HashedPassword Package Description usecase.auth Package contenente la logica relativa alle autorizzazioni -
-
Uses of Pbkdf2PasswordHash.HashedPassword in usecase.auth
Methods in usecase.auth that return Pbkdf2PasswordHash.HashedPassword Modifier and Type Method Description Pbkdf2PasswordHash.HashedPassword
Pbkdf2PasswordHash. generate(String password)
Pbkdf2PasswordHash.HashedPassword
Pbkdf2PasswordHash. generate(String password, byte[] salt)
Methods in usecase.auth with parameters of type Pbkdf2PasswordHash.HashedPassword Modifier and Type Method Description boolean
Pbkdf2PasswordHash. verify(String password, Pbkdf2PasswordHash.HashedPassword hashedPassword)
-