Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto
Interface SkippingStreamCipher

All Superinterfaces:
SkippingCipher, StreamCipher
All Known Subinterfaces:
CTRModeCipher
All Known Implementing Classes:
Salsa20Engine

public interface SkippingStreamCipher
extends StreamCipher, SkippingCipher

General interface for a stream cipher that supports skipping.


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 Library 1.77.0