public class BcRSASignerInfoVerifierBuilder extends 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, CertificateException
public SignerInformationVerifier build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey) throws OperatorCreationException
OperatorCreationExceptionCopyright © 2014. All rights reserved.