Package org.jasypt.iv
package org.jasypt.iv
-
ClassDescriptionByte-array based implementation of
FixedIvGenerator
, that will always return the same initialization vector (IV).Marker interface for all implementations ofIvGenerator
that will always return the same IV (for the same amount of bytes asked).Common interface for all initialization vector (IV) generators which can be applied in encryption operations.This implementation ofIvGenerator
always returns a initialization vector (IV) of length 0.This implementation ofIvGenerator
holds a secure random generator which can be used for generating random initialization vectors (IV) for encryption.String based implementation ofIvGenerator
, that will always return the same initialization vector (IV).