Package org.passay.support
Class SuffixSalt
java.lang.Object
org.passay.support.SuffixSalt
- All Implemented Interfaces:
Salt
A salt that is concatenated as a suffix 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
-
SuffixSalt
Creates a new salt with the given salt data.- Parameters:
salt- the salt data
-
-
Method Details