public class SignerInformationVerifier extends Object
Constructor and Description |
---|
SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator,
SignatureAlgorithmIdentifierFinder sigAlgorithmFinder,
ContentVerifierProvider verifierProvider,
DigestCalculatorProvider digestProvider) |
Modifier and Type | Method and Description |
---|---|
X509CertificateHolder |
getAssociatedCertificate() |
ContentVerifier |
getContentVerifier(AlgorithmIdentifier signingAlgorithm,
AlgorithmIdentifier digestAlgorithm) |
DigestCalculator |
getDigestCalculator(AlgorithmIdentifier algorithmIdentifier) |
boolean |
hasAssociatedCertificate() |
public SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator, SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
public boolean hasAssociatedCertificate()
public X509CertificateHolder getAssociatedCertificate()
public ContentVerifier getContentVerifier(AlgorithmIdentifier signingAlgorithm, AlgorithmIdentifier digestAlgorithm) throws OperatorCreationException
OperatorCreationException
public DigestCalculator getDigestCalculator(AlgorithmIdentifier algorithmIdentifier) throws OperatorCreationException
OperatorCreationException
Copyright © 2020 BouncyCastle.org. All rights reserved.