public class BcRSASignerInfoVerifierBuilder extends Object
| Constructor and Description |
|---|
BcRSASignerInfoVerifierBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
DigestCalculatorProvider digestCalculatorProvider) |
| Modifier and Type | Method and Description |
|---|---|
SignerInformationVerifier |
build(AsymmetricKeyParameter pubKey) |
SignerInformationVerifier |
build(X509CertificateHolder certHolder) |
public BcRSASignerInfoVerifierBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder, DigestCalculatorProvider digestCalculatorProvider)
public SignerInformationVerifier build(X509CertificateHolder certHolder) throws OperatorCreationException, CertificateException
public SignerInformationVerifier build(AsymmetricKeyParameter pubKey) throws OperatorCreationException
OperatorCreationExceptionCopyright © 2015. All rights reserved.