public interface PGPContentVerifierBuilderProvider
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.Modifier and Type | Method and Description |
---|---|
PGPContentVerifierBuilder |
get(int keyAlgorithm,
int hashAlgorithm) |
PGPContentVerifierBuilder get(int keyAlgorithm, int hashAlgorithm) throws PGPException
PGPException