public class BcRSASignerInfoVerifierBuilder
extends java.lang.Object
| Constructor and Description |
|---|
BcRSASignerInfoVerifierBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
DigestCalculatorProvider digestCalculatorProvider) |
| Modifier and Type | Method and Description |
|---|---|
SignerInformationVerifier |
build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey) |
SignerInformationVerifier |
build(X509CertificateHolder certHolder) |
public BcRSASignerInfoVerifierBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder, DigestCalculatorProvider digestCalculatorProvider)
public SignerInformationVerifier build(X509CertificateHolder certHolder) throws OperatorCreationException, java.security.cert.CertificateException
OperatorCreationExceptionjava.security.cert.CertificateExceptionpublic SignerInformationVerifier build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey) throws OperatorCreationException
OperatorCreationException