T
- the parameters type for the verifier.public interface OutputValidator<T extends Parameters>
Modifier and Type | Method and Description |
---|---|
T |
getParameters()
Return the parameters for this output verifier.
|
UpdateOutputStream |
getValidatingStream()
Returns a stream that will accept data for the purpose of verifying a previously calculated signature.
|
boolean |
isValidated()
Return true if the data written to the validating stream validates against the underlying implementation.
|
T getParameters()
UpdateOutputStream getValidatingStream()
boolean isValidated()