Interface PGPContentVerifier
public interface PGPContentVerifier
-
Method Details
-
getOutputStream
OutputStream getOutputStream() -
getHashAlgorithm
int getHashAlgorithm() -
getKeyAlgorithm
int getKeyAlgorithm() -
getKeyID
long getKeyID() -
verify
boolean verify(byte[] expected) - Parameters:
expected
- expected value of the signature on the data.- Returns:
- true if the signature verifies, false otherwise
-