Download this file

SkippingStreamCipher.java    10 lines (8 with data), 190 Bytes

1
2
3
4
5
6
7
8
9
package org.bouncycastle.crypto;
/**
* General interface for a stream cipher that supports skipping.
*/
public interface SkippingStreamCipher
extends StreamCipher, SkippingCipher
{
}