Package org.passay.support
Class PrefixSalt
java.lang.Object
org.passay.support.PrefixSalt
- All Implemented Interfaces:
Salt
A salt that is concatenated as a prefix to the password data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyTo(CharBuffer password) Applies the salt to the password, returning the combined string to be digested.
-
Field Details
-
salt
The salt data.
-
-
Constructor Details
-
PrefixSalt
Creates a new salt with the given salt data.- Parameters:
slt- the salt data
-
-
Method Details