SignerWithRecovery.smali
.class public interface abstract Lorg/spongycastle/crypto/SignerWithRecovery;
.super Ljava/lang/Object;
.source "SignerWithRecovery.java"
# interfaces
.implements Lorg/spongycastle/crypto/Signer;
# virtual methods
.method public abstract getRecoveredMessage()[B
.end method
.method public abstract hasFullMessage()Z
.end method
.method public abstract updateWithRecoveredMessage([B)V
.end method