Uses of Interface
org.passay.PasswordData.Salt
-
Packages that use PasswordData.Salt Package Description org.passay -
-
Uses of PasswordData.Salt in org.passay
Classes in org.passay that implement PasswordData.Salt Modifier and Type Class Description static class
PasswordData.PrefixSalt
A salt that is concatenated as a prefix to the password data.static class
PasswordData.SuffixSalt
A salt that is concatenated as a suffix to the password data.Methods in org.passay that return PasswordData.Salt Modifier and Type Method Description PasswordData.Salt
PasswordData.AbstractReference. getSalt()
default PasswordData.Salt
PasswordData.Reference. getSalt()
Returns the salt that was applied to the reference password before digesting it.Constructors in org.passay with parameters of type PasswordData.Salt Constructor Description AbstractReference(String lbl, String pass, PasswordData.Salt slt)
Creates a new abstract reference.HistoricalReference(String lbl, String pass, PasswordData.Salt slt)
Creates a new historical reference.SourceReference(String lbl, String pass, PasswordData.Salt slt)
Creates a new source reference.
-