Interface HashComputation
-
public interface HashComputationDefines an interface to compute the hash of a password.- See Also:
computeHash(String,String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcomputeHash(String password, String salt)Returns the hash of the specified password, after adding salt.
-