Uses of Class
org.bouncycastle.cms.SignerInformationStore
-
Packages that use SignerInformationStore 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).org.bouncycastle.mime.smime -
-
Uses of SignerInformationStore in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInformationStore Modifier and Type Method Description SignerInformationStore
CMSSignedDataGenerator. generateCounterSigners(SignerInformation signer)
generate a set of one or more SignerInformation objects representing counter signatures on the passed in SignerInformation object.SignerInformationStore
SignerInformation. getCounterSignatures()
Return a SignerInformationStore containing the counter signatures attached to this signer.SignerInformationStore
CMSSignedData. getSignerInfos()
return the collection of signers that are associated with the signatures for the message.SignerInformationStore
CMSSignedDataParser. 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 SignerInformation
SignerInformation. addCounterSigners(SignerInformation signerInformation, SignerInformationStore counterSigners)
Return a signer information object with passed in SignerInformationStore representing counter signatures attached as an unsigned attribute.void
CMSSignedGenerator. addSigners(SignerInformationStore signerStore)
Add a store of pre-calculated signers to the generator.static CMSSignedData
CMSSignedData. replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore)
Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in.static OutputStream
CMSSignedDataParser. replaceSigners(InputStream original, SignerInformationStore signerInformationStore, OutputStream out)
Replace the signerinformation store associated with the passed in message contained in the stream original with the new one passed in. -
Uses of SignerInformationStore in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type SignerInformationStore Modifier and Type Method Description void
SMimeParserListener. signedData(MimeParserContext parserContext, Headers headers, org.bouncycastle.util.Store certificates, org.bouncycastle.util.Store CRLs, org.bouncycastle.util.Store attributeCertificates, SignerInformationStore signers)
-