Uses of Class
kz.gamma.hardware.jce.JCESignature

Packages that use JCESignature
kz.gamma.hardware.cms   
 

Uses of JCESignature in kz.gamma.hardware.cms
 

Fields in kz.gamma.hardware.cms declared as JCESignature
(package private)  JCESignature CMSSignedDataGenerator.SigOutputStream.sig
           
 

Methods in kz.gamma.hardware.cms with parameters of type JCESignature
 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 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.
(package private)  SignerInfo CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, JCESignature sig, boolean addDefaultAttributes)
           
 

Constructors in kz.gamma.hardware.cms with parameters of type JCESignature
CMSSignedDataGenerator.SigOutputStream(JCESignature sig)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.