Interface FixedIvGenerator
- All Superinterfaces:
IvGenerator
- All Known Implementing Classes:
ByteArrayFixedIvGenerator, StringFixedIvGenerator
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
-
Method Summary
Methods inherited from interface IvGenerator
generateIv, includePlainIvInEncryptionResults