Package org.bouncycastle.openpgp
Interface PGPSignatureVerifier
-
public interface PGPSignatureVerifierBase interface for thread safe signature verified objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSignatureType()Return the signature type.booleanisVerified()Return if the signature verifies or not.
-
-
-
Method Detail
-
getSignatureType
int getSignatureType()
Return the signature type.- Returns:
- signature type.
-
isVerified
boolean isVerified() throws PGPExceptionReturn if the signature verifies or not.- Returns:
- true if verifies, false otherwise.
- Throws:
PGPException- on signature processing failure.
-
-