T
- the parameters type for the signer.public interface OutputVerifierWithMessageRecovery<T extends Parameters> extends OutputVerifier<T>
Modifier and Type | Method and Description |
---|---|
RecoveredMessage |
getRecoveredMessage()
Return the recovered message details found in the signature.
|
void |
updateWithRecoveredMessage(byte[] signature)
Update the verifier with the recovered message data found in the signature.
|
getParameters, getVerifyingStream, isVerified
RecoveredMessage getRecoveredMessage()
void updateWithRecoveredMessage(byte[] signature) throws InvalidSignatureException
signature
- the signature we are in the process of verifying.InvalidSignatureException
- if the signature cannot be processed.