T
- the parameters type for the signer.public interface OutputValidatorWithMessageRecovery<T extends Parameters> extends OutputValidator<T>
Modifier and Type | Method and Description |
---|---|
RecoveredMessage |
getRecoveredMessage()
Return the recovered message details found in the signature.
|
void |
updateWithRecoveredMessage()
Update the validator with the recovered message data found in the signature.
|
getParameters, getValidatingStream, isValidated
RecoveredMessage getRecoveredMessage()
void updateWithRecoveredMessage() throws InvalidSignatureException
InvalidSignatureException
- if the signature cannot be processed.