public interface RawContentVerifier
Modifier and Type | Method | Description |
---|---|---|
boolean |
verify(byte[] digest,
byte[] expected) |
Verify that the expected signature value was derived from the passed in digest.
|
boolean verify(byte[] digest, byte[] expected)
digest
- digest calculated from the content.expected
- expected value of the signature