Uses of Class
org.bouncycastle.cms.SignerInformationStore
| Package | Description |
|---|---|
| org.bouncycastle.cms |
-
Uses of SignerInformationStore in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInformationStore Modifier and Type Method Description SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer)generate a set of one or more SignerInformation objects representing counter signatures on the passed in SignerInformation object.SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer, String sigProvider)Deprecated.use generateCounterSigners(SignerInformation)SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer, Provider sigProvider)Deprecated.use generateCounterSigners(SignerInformation)SignerInformationStoreSignerInformation. getCounterSignatures()Return a SignerInformationStore containing the counter signatures attached to this signer.SignerInformationStoreCMSSignedData. getSignerInfos()return the collection of signers that are associated with the signatures for the message.Methods in org.bouncycastle.cms with parameters of type SignerInformationStore Modifier and Type Method Description static SignerInformationSignerInformation. addCounterSigners(SignerInformation signerInformation, SignerInformationStore counterSigners)Return a signer information object with passed in SignerInformationStore representing counter signatures attached as an unsigned attribute.voidCMSSignedGenerator. addSigners(SignerInformationStore signerStore)Add a store of precalculated signers to the generator.static CMSSignedDataCMSSignedData. replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore)Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in.