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