Uses of Interface
kz.gamma.cms.CMSProcessable

Packages that use CMSProcessable
kz.gamma.cms   
 

Uses of CMSProcessable in kz.gamma.cms
 

Classes in kz.gamma.cms that implement CMSProcessable
 class CMSEnvelopableByteArray
          Deprecated. use CMSProcessable
 class CMSProcessableByteArray
          a holding class for a byte array of data to be processed.
 class CMSProcessableFile
          a holding class for a file of data to be processed.
 class CMSSignableByteArray
          Deprecated. use CMSProcessableByteArray
 

Fields in kz.gamma.cms declared as CMSProcessable
private  CMSProcessable SignerInformation.content
           
(package private)  CMSProcessable CMSSignedData.signedContent
           
 

Methods in kz.gamma.cms that return CMSProcessable
 CMSProcessable CMSSignedData.getSignedContent()
           
 

Methods in kz.gamma.cms with parameters of type CMSProcessable
 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.
 CMSCompressedData CMSCompressedDataGenerator.generate(CMSProcessable content, java.lang.String compressionOID)
          generate an object that contains an CMS Compressed 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.
 CMSEnvelopedData CMSEnvelopedDataGenerator.generate(CMSProcessable content, java.lang.String encryptionOID, int keySize, java.lang.String provider)
          generate an enveloped object that contains an CMS Enveloped Data object using the given provider.
private  CMSEnvelopedData CMSEnvelopedDataGenerator.generate(CMSProcessable content, java.lang.String encryptionOID, javax.crypto.KeyGenerator keyGen, java.lang.String provider)
          generate an enveloped object that contains an CMS Enveloped Data object using the given provider and the passed in key generator.
 CMSEnvelopedData CMSEnvelopedDataGenerator.generate(CMSProcessable content, java.lang.String encryptionOID, java.lang.String provider)
          generate an enveloped object that contains an CMS Enveloped 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.
(package private)  SignerInfo CMSVistaSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, java.lang.String sigProvider, boolean addDefaultAttributes)
           
(package private)  SignerInfo CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, java.lang.String sigProvider, boolean addDefaultAttributes)
           
 

Constructors in kz.gamma.cms with parameters of type CMSProcessable
CMSSignedData(CMSProcessable signedContent, byte[] sigBlock)
           
CMSSignedData(CMSProcessable signedContent, ContentInfo sigData)
           
CMSSignedData(CMSProcessable signedContent, java.io.InputStream sigData)
          base constructor - content with detached signature.
SignerInformation(SignerInfo info, DERObjectIdentifier contentType, CMSProcessable content, byte[] digest)
           
 



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