Uses of Interface
org.jasypt.iv.FixedIvGenerator
Packages that use FixedIvGenerator
-
Uses of FixedIvGenerator in org.jasypt.iv
Classes in org.jasypt.iv that implement FixedIvGeneratorModifier and TypeClassDescriptionclass
Byte-array based implementation ofFixedIvGenerator
, that will always return the same initialization vector (IV).class
String based implementation ofIvGenerator
, that will always return the same initialization vector (IV).