|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
General interface for an operator that is able to verify a signature based on data in a stream of output.
| Method Summary | |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the signature algorithm and parameters this verifier supports. |
java.io.OutputStream |
getOutputStream()
Returns a stream that will accept data for the purpose of calculating a signature for later verification. |
boolean |
verify(byte[] expected)
Return true if the expected value of the signature matches the data passed into the stream. |
| Method Detail |
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
public java.io.OutputStream getOutputStream()
public boolean verify(byte[] expected)
expected - expected value of the signature on the data.
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||