Interface SkippingStreamCipher
- All Superinterfaces:
SkippingCipher, StreamCipher
- All Known Subinterfaces:
CTRModeCipher
- All Known Implementing Classes:
ChaCha7539Engine, ChaChaEngine, Salsa20Engine, SICBlockCipher, XSalsa20Engine
General interface for a stream cipher that supports skipping.
-
Method Summary
Methods inherited from interface SkippingCipher
getPosition, seekTo, skipMethods inherited from interface StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte