Package org.bouncycastle.cms
Class SignerInformationVerifier
- java.lang.Object
-
- org.bouncycastle.cms.SignerInformationVerifier
-
public class SignerInformationVerifier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator, SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificateHolder
getAssociatedCertificate()
ContentVerifier
getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier signingAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm)
DigestCalculator
getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
boolean
hasAssociatedCertificate()
-
-
-
Constructor Detail
-
SignerInformationVerifier
public SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator, SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
-
-
Method Detail
-
hasAssociatedCertificate
public boolean hasAssociatedCertificate()
-
getAssociatedCertificate
public X509CertificateHolder getAssociatedCertificate()
-
getContentVerifier
public ContentVerifier getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier signingAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm) throws OperatorCreationException
- Throws:
OperatorCreationException
-
getDigestCalculator
public DigestCalculator getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) throws OperatorCreationException
- Throws:
OperatorCreationException
-
-