|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CMSSignedData | |
|---|---|
| kz.gamma.hardware.cms | |
| kz.gamma.hardware.tsp | |
| Uses of CMSSignedData in kz.gamma.hardware.cms |
|---|
| Fields in kz.gamma.hardware.cms declared as CMSSignedData | |
|---|---|
private CMSSignedData |
Pkcs7Data.signedData
|
| Methods in kz.gamma.hardware.cms that return CMSSignedData | |
|---|---|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
JCESignature signature)
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 |
CMSSignedDataCreator.generate(CMSProcessable content,
boolean encapsulate,
SignatureInformation signatureInformation)
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,
JCESignature signature)
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,
JCESignature signature)
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,
JCESignature signature,
boolean addDefaultAttributes)
Similar method to the other generate methods. |
CMSSignedData |
CMSSignedDataCreator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
SignatureInformation signatureInformation)
Similar method to the other generate methods. |
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
java.security.cert.CertStore certsAndCrls)
Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in. |
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 kz.gamma.hardware.cms with parameters of type CMSSignedData | |
|---|---|
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
java.security.cert.CertStore certsAndCrls)
Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in. |
static CMSSignedData |
CMSSignedData.replaceSigners(CMSSignedData signedData,
SignerInformationStore signerInformationStore)
Replace the signerinformation store associated with this CMSSignedData object with the new one passed in. |
| Constructors in kz.gamma.hardware.cms with parameters of type CMSSignedData | |
|---|---|
CMSSignedData(CMSSignedData c)
|
|
| Uses of CMSSignedData in kz.gamma.hardware.tsp |
|---|
| Fields in kz.gamma.hardware.tsp declared as CMSSignedData | |
|---|---|
(package private) CMSSignedData |
TimeStampToken.tsToken
|
| Methods in kz.gamma.hardware.tsp that return CMSSignedData | |
|---|---|
CMSSignedData |
TimeStampToken.toCMSSignedData()
Return the underlying CMSSignedData object. |
| Constructors in kz.gamma.hardware.tsp with parameters of type CMSSignedData | |
|---|---|
TimeStampToken(CMSSignedData signedData)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||