Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator
Interface PGPContentVerifierBuilder


public interface PGPContentVerifierBuilder


Method Summary
 PGPContentVerifier build(PGPPublicKey publicKey)
           
 

Method Detail

build

public PGPContentVerifier build(PGPPublicKey publicKey)
                         throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.81