Uses of Interface
org.bouncycastle.cms.SignerInformationVerifierProvider
Packages that use SignerInformationVerifierProvider
-
Uses of SignerInformationVerifierProvider in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type SignerInformationVerifierProviderModifier and TypeMethodDescriptionbooleanCMSSignedData.verifySignatures(SignerInformationVerifierProvider verifierProvider) Verify all the SignerInformation objects and their associated counter signatures attached to this CMS SignedData object.booleanCMSSignedData.verifySignatures(SignerInformationVerifierProvider verifierProvider, boolean ignoreCounterSignatures) Verify all the SignerInformation objects and optionally their associated counter signatures attached to this CMS SignedData object.