Package org.bouncycastle.operator.bc
Class BcDSAContentSignerBuilder
java.lang.Object
org.bouncycastle.operator.bc.BcContentSignerBuilder
org.bouncycastle.operator.bc.BcDSAContentSignerBuilder
-
Field Summary
Fields inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
digestProvider
-
Constructor Summary
ConstructorDescriptionBcDSAContentSignerBuilder
(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
BcDSAContentSignerBuilder
public BcDSAContentSignerBuilder(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
-
-
Method Details
-
createSigner
protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId) throws OperatorCreationException - Specified by:
createSigner
in classBcContentSignerBuilder
- Throws:
OperatorCreationException
-