Package org.bouncycastle.operator.bc
Class BcDSAContentSignerBuilder
- java.lang.Object
 - 
- org.bouncycastle.operator.bc.BcContentSignerBuilder
 - 
- org.bouncycastle.operator.bc.BcDSAContentSignerBuilder
 
 
 
- 
public class BcDSAContentSignerBuilder extends BcContentSignerBuilder
 
- 
- 
Field Summary
- 
Fields inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
digestProvider 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BcDSAContentSignerBuilder(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.bouncycastle.crypto.SignercreateSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)- 
Methods inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
build, setSecureRandom 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createSigner
protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId) throws OperatorCreationException- Specified by:
 createSignerin classBcContentSignerBuilder- Throws:
 OperatorCreationException
 
 - 
 
 -