public abstract class

BcContentSignerBuilder

extends Object
java.lang.Object
   ↳ org.bouncycastle.operator.bc.BcContentSignerBuilder
Known Direct Subclasses

Summary

Public Constructors
BcContentSignerBuilder(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId)
Public Methods
ContentSigner build(AsymmetricKeyParameter privateKey)
BcContentSignerBuilder setSecureRandom(SecureRandom random)
Protected Methods
abstract Signer createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier algorithmIdentifier)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BcContentSignerBuilder (AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId)

Public Methods

public ContentSigner build (AsymmetricKeyParameter privateKey)

public BcContentSignerBuilder setSecureRandom (SecureRandom random)

Protected Methods

protected abstract Signer createSigner (AlgorithmIdentifier sigAlgId, AlgorithmIdentifier algorithmIdentifier)