DSA.smali
.class public interface abstract Lorg/spongycastle/crypto/DSA;
.super Ljava/lang/Object;
.source "DSA.java"
# virtual methods
.method public abstract generateSignature([B)[Ljava/math/BigInteger;
.end method
.method public abstract init(ZLorg/spongycastle/crypto/CipherParameters;)V
.end method
.method public abstract verifySignature([BLjava/math/BigInteger;Ljava/math/BigInteger;)Z
.end method