public interface PGPContentSignerBuilder
PGPContentSigner
objects.
The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete
implementation to use for the PGPContentSigner
.Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
build(int signatureType,
PGPPrivateKey privateKey) |
PGPContentSigner build(int signatureType, PGPPrivateKey privateKey) throws PGPException
PGPException