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, org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, org.bouncycastle.operator.ContentVerifierProvider verifierProvider, org.bouncycastle.operator.DigestCalculatorProvider digestProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificateHolder
getAssociatedCertificate()
org.bouncycastle.operator.ContentVerifier
getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier signingAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm)
org.bouncycastle.operator.DigestCalculator
getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
boolean
hasAssociatedCertificate()
-
-
-
Constructor Detail
-
SignerInformationVerifier
public SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator, org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, org.bouncycastle.operator.ContentVerifierProvider verifierProvider, org.bouncycastle.operator.DigestCalculatorProvider digestProvider)
-
-
Method Detail
-
hasAssociatedCertificate
public boolean hasAssociatedCertificate()
-
getAssociatedCertificate
public X509CertificateHolder getAssociatedCertificate()
-
getContentVerifier
public org.bouncycastle.operator.ContentVerifier getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier signingAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm) throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException
-
getDigestCalculator
public org.bouncycastle.operator.DigestCalculator getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException
-
-