Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cms
Class SignerInformationVerifier

java.lang.Object
  extended by org.bouncycastle.cms.SignerInformationVerifier

public class SignerInformationVerifier
extends java.lang.Object


Constructor Summary
SignerInformationVerifier(ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
           
 
Method Summary
 X509CertificateHolder getAssociatedCertificate()
           
 ContentVerifier getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
           
 DigestCalculator getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
           
 boolean hasAssociatedCertificate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignerInformationVerifier

public SignerInformationVerifier(ContentVerifierProvider verifierProvider,
                                 DigestCalculatorProvider digestProvider)
Method Detail

hasAssociatedCertificate

public boolean hasAssociatedCertificate()

getAssociatedCertificate

public X509CertificateHolder getAssociatedCertificate()

getContentVerifier

public ContentVerifier getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
                                   throws OperatorCreationException
Throws:
OperatorCreationException

getDigestCalculator

public DigestCalculator getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
                                     throws OperatorCreationException
Throws:
OperatorCreationException

Bouncy Castle Cryptography Library 1.46