StreamCipher.smali

.class public interface abstract Lorg/spongycastle/crypto/StreamCipher;
.super Ljava/lang/Object;
.source "StreamCipher.java"


# virtual methods
.method public abstract getAlgorithmName()Ljava/lang/String;
.end method

.method public abstract init(ZLorg/spongycastle/crypto/CipherParameters;)V
.end method

.method public abstract processBytes([BII[BI)I
.end method

.method public abstract reset()V
.end method

.method public abstract returnByte(B)B
.end method