public class SignerInformationVerifier extends Object
| Constructor and Description |
|---|
SignerInformationVerifier(ContentVerifierProvider verifierProvider,
DigestCalculatorProvider digestProvider) |
| Modifier and Type | Method and Description |
|---|---|
X509CertificateHolder |
getAssociatedCertificate() |
ContentVerifier |
getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
DigestCalculator |
getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
boolean |
hasAssociatedCertificate() |
public SignerInformationVerifier(ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
public boolean hasAssociatedCertificate()
public X509CertificateHolder getAssociatedCertificate()
public ContentVerifier getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) throws OperatorCreationException
OperatorCreationExceptionpublic DigestCalculator getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) throws OperatorCreationException
OperatorCreationExceptionCopyright © 2014. All rights reserved.