Bouncy Castle Cryptography Library 1.47

org.bouncycastle.openpgp.operator
Interface PGPContentVerifierBuilderProvider

All Known Implementing Classes:
BcPGPContentVerifierBuilderProvider, JcaPGPContentVerifierBuilderProvider

public interface PGPContentVerifierBuilderProvider


Method Summary
 PGPContentVerifierBuilder get(int keyAlgorithm, int hashAlgorithm)
           
 

Method Detail

get

PGPContentVerifierBuilder get(int keyAlgorithm,
                              int hashAlgorithm)
                              throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.47