/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.crypto;

/**
 * General interface for a stream cipher that supports skipping.
 * @hide This class is not part of the Android public SDK API
 */
public interface SkippingStreamCipher
    extends StreamCipher, SkippingCipher
{
}
