org.bouncycastle.openpgp.operator
Interface PGPContentSignerBuilder
- All Known Implementing Classes:
- BcPGPContentSignerBuilder, JcaPGPContentSignerBuilder
- public interface PGPContentSignerBuilder
Builder for 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
.
build
public PGPContentSigner build(int signatureType,
PGPPrivateKey privateKey)
throws PGPException
- Throws:
PGPException