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 classByteArrayFixedIvGeneratorByte-array based implementation ofFixedIvGenerator, that will always return the same initialization vector (IV).classStringFixedIvGeneratorString based implementation ofIvGenerator, that will always return the same initialization vector (IV).
-