Bouncy Castle Cryptography Library 1.81

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.


Method Summary
 PGPContentSigner build(int signatureType, PGPPrivateKey privateKey)
           
 

Method Detail

build

public PGPContentSigner build(int signatureType,
                              PGPPrivateKey privateKey)
                       throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.81