org.bouncycastle.crypto
public interface SignerWithRecovery extends Signer
Method Summary | |
---|---|
byte[] | getRecoveredMessage()
Returns a reference to what message was recovered (if any).
|
boolean | hasFullMessage()
Returns true if the signer has recovered the full message as
part of signature verification.
|
Returns: full/partial message, null if nothing.
Returns: true if full message recovered.