ARC4$PBEWithSHAAnd128Bit.smali
.class public Lorg/spongycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128Bit;
.super Lorg/spongycastle/jcajce/provider/symmetric/util/BaseStreamCipher;
.source "ARC4.java"
# direct methods
.method public constructor <init>()V
.registers 5
.prologue
.line 69
new-instance v0, Lorg/spongycastle/crypto/engines/RC4Engine;
invoke-direct {v0}, Lorg/spongycastle/crypto/engines/RC4Engine;-><init>()V
const/4 v1, 0x0
const/16 v2, 0x80
const/4 v3, 0x1
invoke-direct {p0, v0, v1, v2, v3}, Lorg/spongycastle/jcajce/provider/symmetric/util/BaseStreamCipher;-><init>(Lorg/spongycastle/crypto/StreamCipher;III)V
.line 70
return-void
.end method