Uses of Interface
org.jasypt.salt.FixedSaltGenerator

Packages that use FixedSaltGenerator
org.jasypt.salt   
 

Uses of FixedSaltGenerator in org.jasypt.salt
 

Classes in org.jasypt.salt that implement FixedSaltGenerator
 class ByteArrayFixedSaltGenerator
           Byte-array based implementation of FixedSaltGenerator, that will always return the same salt.
 class StringFixedSaltGenerator
           String based implementation of FixedSaltGenerator, that will always return the same salt.
 



Copyright © 2014 The JASYPT team. All Rights Reserved.