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 class
ByteArrayFixedSaltGenerator
Byte-array based implementation ofFixedSaltGenerator
, that will always return the same salt.class
StringFixedSaltGenerator
String based implementation ofFixedSaltGenerator
, that will always return the same salt.
-