Uses of Interface
org.passay.support.Salt
Packages that use Salt
-
Uses of Salt in org.passay.support
Classes in org.passay.support that implement SaltModifier and TypeClassDescriptionclassA salt that is concatenated as a prefix to the password data.classA salt that is concatenated as a suffix to the password data.Fields in org.passay.support declared as SaltModifier and TypeFieldDescriptionprivate final SaltAbstractReference.saltSalt that was applied to reference password before digesting it.Methods in org.passay.support that return SaltModifier and TypeMethodDescriptionAbstractReference.getSalt()default SaltReference.getSalt()Returns the salt that was applied to the reference password before digesting it.Constructors in org.passay.support with parameters of type SaltModifierConstructorDescriptionAbstractReference(String label, CharSequence password, Salt salt) Creates a new abstract reference.AbstractReference(String label, UnicodeString password, Salt salt) Creates a new abstract reference.HistoricalReference(String label, CharSequence password, Salt salt) Creates a new historical reference.HistoricalReference(String label, UnicodeString password, Salt salt) Creates a new historical reference.SourceReference(String label, CharSequence password, Salt salt) Creates a new source reference.SourceReference(String label, UnicodeString password, Salt salt) Creates a new source reference.