SignerWithRecoverypublic interface SignerWithRecovery implements SignerSigner with message recovery. |
Methods Summary |
---|
public byte[] | getRecoveredMessage()Returns a reference to what message was recovered (if any).
| public boolean | hasFullMessage()Returns true if the signer has recovered the full message as
part of signature verification.
|
|