Package org.jasypt.iv
Interface FixedIvGenerator
-
- All Superinterfaces:
IvGenerator
- All Known Implementing Classes:
ByteArrayFixedIvGenerator
,StringFixedIvGenerator
public interface FixedIvGenerator extends IvGenerator
Marker interface for all implementations of
IvGenerator
that will always return the same IV (for the same amount of bytes asked).- Since:
- 1.9.3
- Author:
- Hoki Torres
-
-
Method Summary
-
Methods inherited from interface org.jasypt.iv.IvGenerator
generateIv, includePlainIvInEncryptionResults
-
-