Interface PGPContentVerifier


  • public interface PGPContentVerifier
    • Method Detail

      • getOutputStream

        java.io.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