org.bouncycastle.cms.bc
Class BcRSASignerInfoVerifierBuilder
java.lang.Object
org.bouncycastle.cms.bc.BcRSASignerInfoVerifierBuilder
public class BcRSASignerInfoVerifierBuilder
- extends java.lang.Object
|
Constructor Summary |
BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen,
org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgIdFinder,
org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BcRSASignerInfoVerifierBuilder
public BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen,
org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgIdFinder,
org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider)
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