org.bouncycastle.cms
Class SignerInformationVerifier
java.lang.Object
|
+--org.bouncycastle.cms.SignerInformationVerifier
- public class SignerInformationVerifier
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignerInformationVerifier
public SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator,
SignatureAlgorithmIdentifierFinder sigAlgorithmFinder,
ContentVerifierProvider verifierProvider,
DigestCalculatorProvider digestProvider)
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
getDigestCalculator
public DigestCalculator getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
throws OperatorCreationException