Interface PGPContentVerifierBuilderProvider
-
- All Known Implementing Classes:
BcPGPContentVerifierBuilderProvider,JcaPGPContentVerifierBuilderProvider
public interface PGPContentVerifierBuilderProviderProvider forPGPContentVerifierBuilderinstances. The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete implementation ofPGPContentVerifierBuilder(builder for objects check signatures for correctness) to provide.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PGPContentVerifierBuilderget(int keyAlgorithm, int hashAlgorithm)
-
-
-
Method Detail
-
get
PGPContentVerifierBuilder get(int keyAlgorithm, int hashAlgorithm) throws PGPException
- Throws:
PGPException
-
-