Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator
Interface PGPContentSignerBuilder

All Known Implementing Classes:
BcPGPContentSignerBuilder, JcaPGPContentSignerBuilder

public interface PGPContentSignerBuilder


Method Summary
 PGPContentSigner build(int signatureType, PGPPrivateKey privateKey)
           
 

Method Detail

build

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

Bouncy Castle Cryptography Library 1.79