Interface PGPContentSignerBuilder
-
- All Known Implementing Classes:
BcPGPContentSignerBuilder,JcaPGPContentSignerBuilder
public interface PGPContentSignerBuilderBuilder forPGPContentSignerobjects. The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete implementation to use for thePGPContentSigner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PGPContentSignerbuild(int signatureType, PGPPrivateKey privateKey)
-
-
-
Method Detail
-
build
PGPContentSigner build(int signatureType, PGPPrivateKey privateKey) throws PGPException
- Throws:
PGPException
-
-