4142434445464748495051
{ final Signer signer = BcImplProvider.createSigner(keyAlgorithm, hashAlgorithm); signer.init(false, keyConverter.getPublicKey(publicKey)); return new PGPContentVerifier() { public int getHashAlgorithm() { return hashAlgorithm; }
7172737475767778798081
catch (InvalidKeyException e) { throw new PGPException("invalid key.", e); } return new PGPContentVerifier() { public int getHashAlgorithm() { return hashAlgorithm; }