public interface EACSignatureVerifier
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream()
Returns a stream that will accept data for the purpose of calculating
a signature for later verification.
|
ASN1ObjectIdentifier |
getUsageIdentifier()
Return the usage OID specifying the signature type.
|
boolean |
verify(byte[] expected) |
ASN1ObjectIdentifier getUsageIdentifier()
OutputStream getOutputStream()
boolean verify(byte[] expected)
expected - expected value of the signature on the data.Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.