| org.bouncycastle.operator.RawContentVerifier |
Interface for ContentVerifiers that also support raw signatures that can be verified using the digest of the calculated data.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Verify that the expected signature value was derived from the passed in digest.
| |||||||||||
Verify that the expected signature value was derived from the passed in digest.
| digest | digest calculated from the content. |
|---|---|
| expected | expected value of the signature |