Bouncy Castle Cryptography 1.51

org.bouncycastle.crypto
Interface SkippingStreamCipher

All Superinterfaces:
SkippingCipher, StreamCipher
All Known Implementing Classes:
ChaChaEngine, Salsa20Engine, SICBlockCipher, XSalsa20Engine

public interface SkippingStreamCipher
extends StreamCipher, SkippingCipher

General interface for a stream cipher that supports skipping.


Method Summary
 
Methods inherited from interface org.bouncycastle.crypto.StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte
 
Methods inherited from interface org.bouncycastle.crypto.SkippingCipher
getPosition, seekTo, skip
 


Bouncy Castle Cryptography 1.51