Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator
Interface PGPContentVerifierBuilderProvider

All Known Implementing Classes:
BcPGPContentVerifierBuilderProvider, JcaPGPContentVerifierBuilderProvider

public interface PGPContentVerifierBuilderProvider

Provider for PGPContentVerifierBuilder instances. The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete implementation of PGPContentVerifierBuilder (builder for objects check signatures for correctness) to provide.


Method Summary
 PGPContentVerifierBuilder get(int keyAlgorithm, int hashAlgorithm)
           
 

Method Detail

get

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

Bouncy Castle Cryptography Library 1.81