public class SignerInformationVerifier extends Object
Constructor and Description |
---|
SignerInformationVerifier(ContentVerifierProvider verifierProvider,
DigestCalculatorProvider digestProvider) |
Modifier and Type | Method and Description |
---|---|
X509CertificateHolder |
getAssociatedCertificate() |
ContentVerifier |
getContentVerifier(AlgorithmIdentifier algorithmIdentifier) |
DigestCalculator |
getDigestCalculator(AlgorithmIdentifier algorithmIdentifier) |
boolean |
hasAssociatedCertificate() |
public SignerInformationVerifier(ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
public boolean hasAssociatedCertificate()
public X509CertificateHolder getAssociatedCertificate()
public ContentVerifier getContentVerifier(AlgorithmIdentifier algorithmIdentifier) throws OperatorCreationException
OperatorCreationException
public DigestCalculator getDigestCalculator(AlgorithmIdentifier algorithmIdentifier) throws OperatorCreationException
OperatorCreationException
Copyright © 2015. All rights reserved.