Uses of Interface
org.jasypt.salt.FixedSaltGenerator
-
Packages that use FixedSaltGenerator Package Description org.jasypt.salt -
-
Uses of FixedSaltGenerator in org.jasypt.salt
Classes in org.jasypt.salt that implement FixedSaltGenerator Modifier and Type Class Description classByteArrayFixedSaltGeneratorByte-array based implementation ofFixedSaltGenerator, that will always return the same salt.classStringFixedSaltGeneratorString based implementation ofFixedSaltGenerator, that will always return the same salt.
-