org.bouncycastle.crypto
Interface SignerWithRecovery
- Signer
- ISO9796d2PSSSigner, ISO9796d2Signer
public interface SignerWithRecovery
Signer with message recovery.
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.
|
getRecoveredMessage
public byte[] getRecoveredMessage()
Returns a reference to what message was recovered (if any).
- full/partial message, null if nothing.
hasFullMessage
public boolean hasFullMessage()
Returns true if the signer has recovered the full message as
part of signature verification.
- true if full message recovered.