Interface FixedSaltGenerator
- All Superinterfaces:
SaltGenerator
- All Known Implementing Classes:
ByteArrayFixedSaltGenerator, StringFixedSaltGenerator
Marker interface for all implementations of SaltGenerator that
will always return the same salt (for the same amount of bytes asked).
Use of this interface in salt generators enables encryptors to perform some performance optimizations whenever they are used.
- Since:
- 1.9.2
-
Method Summary
Methods inherited from interface SaltGenerator
generateSalt, includePlainSaltInEncryptionResults