Package org.bouncycastle.cms.bc
Class BcRSASignerInfoVerifierBuilder
- java.lang.Object
-
- org.bouncycastle.cms.bc.BcRSASignerInfoVerifierBuilder
-
public class BcRSASignerInfoVerifierBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgIdFinder, org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgorithmFinder, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignerInformationVerifier
build(X509CertificateHolder certHolder)
SignerInformationVerifier
build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey)
-
-
-
Constructor Detail
-
BcRSASignerInfoVerifierBuilder
public BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgIdFinder, org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgorithmFinder, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider)
-
-
Method Detail
-
build
public SignerInformationVerifier build(X509CertificateHolder certHolder) throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException
-
build
public SignerInformationVerifier build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey) throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException
-
-