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.
get
public PGPContentVerifierBuilder get(int keyAlgorithm,
int hashAlgorithm)
throws PGPException
- Throws:
PGPException