Package org.bouncycastle.crypto.internal
Interface SkippingStreamCipher
-
- All Superinterfaces:
SkippingCipher
,StreamCipher
- All Known Implementing Classes:
SICBlockCipher
public interface SkippingStreamCipher extends StreamCipher, SkippingCipher
General interface for a stream cipher that supports skipping.
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.crypto.internal.SkippingCipher
getPosition, seekTo, skip
-
Methods inherited from interface org.bouncycastle.crypto.internal.StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte
-
-