Package org.bouncycastle.crypto
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 org.bouncycastle.crypto.SkippingCipher
getPosition, seekTo, skipMethods inherited from interface org.bouncycastle.crypto.StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte