Uses of Interface
kz.gamma.hardware.cms.CMSProcessable

Packages that use CMSProcessable
kz.gamma.hardware.cms   
kz.gamma.hardware.jce   
 

Uses of CMSProcessable in kz.gamma.hardware.cms
 

Classes in kz.gamma.hardware.cms that implement 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.
 

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

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

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

Constructors in kz.gamma.hardware.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)
           
 

Uses of CMSProcessable in kz.gamma.hardware.jce
 

Methods in kz.gamma.hardware.jce with parameters of type CMSProcessable
 byte[] CryptoObject.generateTimestampRequest(CMSProcessable content, java.lang.String reqPolicy)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.