Package | Description |
---|---|
kz.gamma.cms | |
kz.gamma.tsp |
Modifier and Type | Field and Description |
---|---|
private CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.originalCMS |
private CMSSignedData |
Pkcs7Data.signedData |
Modifier and Type | Method and Description |
---|---|
CMSSignedData |
CMSVistaSignedDataGenerator.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 |
CMSSignedDataMultipleSignatureGenerator.generate(CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
method for generating multiple-signature cms.
|
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 |
CMSVistaSignedDataGenerator.generate(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.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(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.generate(java.lang.String sigProvider)
prefered method for generating multiple-signature cms.
|
CMSSignedData |
CMSVistaSignedDataGenerator.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 |
CMSSignedDataMultipleSignatureGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
method for generating multiple-signature cms.
|
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 |
CMSVistaSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods.
|
CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
method for generating multiple-signature cms.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CMSSignedData(CMSSignedData c) |
CMSSignedDataMultipleSignatureGenerator(CMSSignedData originalCMSSignedData)
constructor for generating multiple signature CMS,
|
Modifier and Type | Field and Description |
---|---|
(package private) CMSSignedData |
TimeStampToken.tsToken |
Modifier and Type | Method and Description |
---|---|
CMSSignedData |
TimeStampToken.toCMSSignedData()
Return the underlying CMSSignedData object.
|
Constructor and Description |
---|
TimeStampToken(CMSSignedData signedData) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.