Package org.bouncycastle.operator.bc
Class BcRSAContentSignerBuilder
java.lang.Object
org.bouncycastle.operator.bc.BcContentSignerBuilder
org.bouncycastle.operator.bc.BcRSAContentSignerBuilder
-
Field Summary
Fields inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
digestProvider -
Constructor Summary
ConstructorsConstructorDescriptionBcRSAContentSignerBuilder(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) -
Method Summary
Modifier and TypeMethodDescriptionprotected SignercreateSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) Methods inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
build, setSecureRandom
-
Constructor Details
-
BcRSAContentSignerBuilder
-
-
Method Details
-
createSigner
protected Signer createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) throws OperatorCreationException - Specified by:
createSignerin classBcContentSignerBuilder- Throws:
OperatorCreationException
-