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