Uses of Interface
org.bouncycastle.cms.SignerInformationVerifierProvider
-
Packages that use SignerInformationVerifierProvider Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369). -
-
Uses of SignerInformationVerifierProvider in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type SignerInformationVerifierProvider Modifier and Type Method Description boolean
CMSSignedData. verifySignatures(SignerInformationVerifierProvider verifierProvider)
Verify all the SignerInformation objects and their associated counter signatures attached to this CMS SignedData object.boolean
CMSSignedData. verifySignatures(SignerInformationVerifierProvider verifierProvider, boolean ignoreCounterSignatures)
Verify all the SignerInformation objects and optionally their associated counter signatures attached to this CMS SignedData object.
-