Interface PGPSignatureVerifier


public interface PGPSignatureVerifier
Base interface for thread safe signature verified objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the signature type.
    boolean
    Return if the signature verifies or not.
  • Method Details

    • getSignatureType

      int getSignatureType()
      Return the signature type.
      Returns:
      signature type.
    • isVerified

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