public interface RawContentVerifier
| Modifier and Type | Method and 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 signatureCopyright © 2015. All rights reserved.