public interface PGPSignatureVerifier
Modifier and Type | Method and Description |
---|---|
int |
getSignatureType()
Return the signature type.
|
boolean |
isVerified()
Return if the signature verifies or not.
|
int getSignatureType()
boolean isVerified() throws PGPException
PGPException
- on signature processing failure.