Bouncy Castle Cryptography Library 1.47

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

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

Bouncy Castle Cryptography Library 1.47