Uses of Interface
org.jasypt.iv.FixedIvGenerator
-
Packages that use FixedIvGenerator Package Description org.jasypt.iv -
-
Uses of FixedIvGenerator in org.jasypt.iv
Classes in org.jasypt.iv that implement FixedIvGenerator Modifier and Type Class Description class
ByteArrayFixedIvGenerator
Byte-array based implementation ofFixedIvGenerator
, that will always return the same initialization vector (IV).class
StringFixedIvGenerator
String based implementation ofIvGenerator
, that will always return the same initialization vector (IV).
-