Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator.bc
Class BcPGPContentSignerBuilderProvider

java.lang.Object
  extended byorg.bouncycastle.openpgp.operator.PGPContentSignerBuilderProvider
      extended byorg.bouncycastle.openpgp.operator.bc.BcPGPContentSignerBuilderProvider

public class BcPGPContentSignerBuilderProvider
extends PGPContentSignerBuilderProvider


Field Summary
 
Fields inherited from class org.bouncycastle.openpgp.operator.PGPContentSignerBuilderProvider
hashAlgorithmId
 
Constructor Summary
BcPGPContentSignerBuilderProvider(int hashAlgorithmId)
           
 
Method Summary
 PGPContentSignerBuilder get(PGPPublicKey signingKey)
          Return a new instance of the PGPContentSignerBuilder for the given signing key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPGPContentSignerBuilderProvider

public BcPGPContentSignerBuilderProvider(int hashAlgorithmId)
Method Detail

get

public PGPContentSignerBuilder get(PGPPublicKey signingKey)
Description copied from class: PGPContentSignerBuilderProvider
Return a new instance of the PGPContentSignerBuilder for the given signing key.

Specified by:
get in class PGPContentSignerBuilderProvider
Parameters:
signingKey - public part of the signing key
Returns:
content signer builder

Bouncy Castle Cryptography Library 1.81