Uses of Class
kz.gamma.cms.CMSSignedData

Packages that use CMSSignedData
kz.gamma.cms   
 

Uses of CMSSignedData in kz.gamma.cms
 

Fields in kz.gamma.cms declared as CMSSignedData
private  CMSSignedData Pkcs7Data.signedData
           
 

Methods in kz.gamma.cms that return CMSSignedData
 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 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 CMSSignedDataGenerator.generate(CMSProcessable content, java.lang.String sigProvider)
          generate a signed object that for a CMS Signed Data object using the given provider.
 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 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 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.
 

Methods in kz.gamma.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.cms with parameters of type CMSSignedData
CMSSignedData(CMSSignedData c)
           
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.