public interface PGPContentVerifier
Modifier and Type | Method | Description |
---|---|---|
int |
getHashAlgorithm() |
|
int |
getKeyAlgorithm() |
|
long |
getKeyID() |
|
java.io.OutputStream |
getOutputStream() |
|
boolean |
verify(byte[] expected) |
java.io.OutputStream getOutputStream()
int getHashAlgorithm()
int getKeyAlgorithm()
long getKeyID()
boolean verify(byte[] expected)
expected
- expected value of the signature on the data.