Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp
Interface PGPSignatureVerifier


public interface PGPSignatureVerifier

Base interface for thread safe signature verified objects.


Method Summary
 int getSignatureType()
          Return the signature type.
 boolean isVerified()
          Return if the signature verifies or not.
 

Method Detail

getSignatureType

public int getSignatureType()
Return the signature type.
Returns:
signature type.

isVerified

public boolean isVerified()
                   throws PGPException
Return if the signature verifies or not.
Returns:
true if verifies, false otherwise.
Throws:
PGPException - on signature processing failure.

Bouncy Castle Cryptography Library 1.79