|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMSSignedData | |
---|---|
com.digt.trusted.cms | |
com.digt.trusted.tsp |
Uses of CMSSignedData in com.digt.trusted.cms |
---|
Methods in com.digt.trusted.cms that return CMSSignedData | |
---|---|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data object using the given provider - if encapsulate is true a copy of the message will be included in the signature with the default content type "data". |
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data object using the given provider. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data object using the given provider - if encapsulate is true a copy of the message will be included in the signature. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods. |
static CMSSignedData |
CMSSignedData.replaceSigners(CMSSignedData signedData,
SignerInformationStore signerInformationStore)
Replace the signerinformation store associated with this CMSSignedData object with the new one passed in. |
Methods in com.digt.trusted.cms with parameters of type CMSSignedData | |
---|---|
static CMSSignedData |
CMSSignedData.replaceSigners(CMSSignedData signedData,
SignerInformationStore signerInformationStore)
Replace the signerinformation store associated with this CMSSignedData object with the new one passed in. |
Uses of CMSSignedData in com.digt.trusted.tsp |
---|
Methods in com.digt.trusted.tsp that return CMSSignedData | |
---|---|
CMSSignedData |
TimeStampToken.toCMSSignedData()
Return the underlying CMSSignedData object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |