Uses of Class
com.digt.trusted.cms.SignerInformationStore

Packages that use SignerInformationStore
com.digt.trusted.cms   
 

Uses of SignerInformationStore in com.digt.trusted.cms
 

Methods in com.digt.trusted.cms that return SignerInformationStore
 SignerInformationStore CMSSignedData.getSignerInfos()
          return the collection of signers that are associated with the signatures for the message.
 

Methods in com.digt.trusted.cms with parameters of type SignerInformationStore
 void CMSSignedDataGenerator.addSigners(SignerInformationStore signerStore)
          Add a store of precalculated 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.