Bouncy Castle Cryptography 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(org.bouncycastle.operator.ContentVerifierProvider verifierProvider, org.bouncycastle.operator.DigestCalculatorProvider digestProvider)
           
 
Method Summary
 org.bouncycastle.cert.X509CertificateHolder getAssociatedCertificate()
           
 org.bouncycastle.operator.ContentVerifier getContentVerifier(AlgorithmIdentifier algorithmIdentifier)
           
 org.bouncycastle.operator.DigestCalculator getDigestCalculator(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(org.bouncycastle.operator.ContentVerifierProvider verifierProvider,
                                 org.bouncycastle.operator.DigestCalculatorProvider digestProvider)
Method Detail

hasAssociatedCertificate

public boolean hasAssociatedCertificate()

getAssociatedCertificate

public org.bouncycastle.cert.X509CertificateHolder getAssociatedCertificate()

getContentVerifier

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

getDigestCalculator

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

Bouncy Castle Cryptography 1.46