Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator.bc
Class BcECContentSignerBuilder

java.lang.Object
  |
  +--org.bouncycastle.operator.bc.BcContentSignerBuilder
        |
        +--org.bouncycastle.operator.bc.BcECContentSignerBuilder

public class BcECContentSignerBuilder
extends BcContentSignerBuilder


Fields inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
digestProvider
 
Constructor Summary
BcECContentSignerBuilder(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
           
 
Method Summary
protected  org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
           
 
Methods inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
build, setSecureRandom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcECContentSignerBuilder

public BcECContentSignerBuilder(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId,
                                org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
Method Detail

createSigner

protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId,
                                                      org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
                                               throws OperatorCreationException
Overrides:
createSigner in class BcContentSignerBuilder

Bouncy Castle Cryptography Library 1.79