open static fun verifySignature(file: InputStream, signature: InputStream, key: PGPPublicKey): Boolean
Verify a PGP signature.
file - the file
file
signature - the signature
signature
key - the public key
key
Exception - anything preventing the verification to happen
Exception
Return true if the signature is verified