public interface HashComputation
Defines an interface to compute the hash of a password.
computeHash(String,String)| Modifier and Type | Method and Description |
|---|---|
String |
computeHash(String password,
String salt)
Returns the hash of the specified password, after adding salt.
|