public interface EACSignatureVerifier
Modifier and Type | Method | Description |
---|---|---|
java.io.OutputStream |
getOutputStream() |
Returns a stream that will accept data for the purpose of calculating
a signature for later verification.
|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getUsageIdentifier() |
Return the usage OID specifying the signature type.
|
boolean |
verify(byte[] expected) |
org.bouncycastle.asn1.ASN1ObjectIdentifier getUsageIdentifier()
java.io.OutputStream getOutputStream()
boolean verify(byte[] expected)
expected
- expected value of the signature on the data.