Uses of Class
kz.gamma.cms.CMSTypedStream

Packages that use CMSTypedStream
kz.gamma.cms   
 

Uses of CMSTypedStream in kz.gamma.cms
 

Fields in kz.gamma.cms declared as CMSTypedStream
private  CMSTypedStream CMSSignedDataParser._signedContent
           
 

Methods in kz.gamma.cms that return CMSTypedStream
 CMSTypedStream CMSCompressedDataParser.getContent()
           
protected  CMSTypedStream RecipientInformation.getContentFromSessionKey(java.security.Key sKey, java.lang.String provider)
           
 CMSTypedStream KeyTransRecipientInformation.getContentStream(java.security.Key key, java.lang.String prov)
          decrypt the content and return it as a byte array.
 CMSTypedStream PasswordRecipientInformation.getContentStream(java.security.Key key, java.lang.String prov)
          decrypt the content and return an input stream.
 CMSTypedStream KeyAgreeRecipientInformation.getContentStream(java.security.Key key, java.lang.String prov)
          decrypt the content and return an input stream.
 CMSTypedStream KEKRecipientInformation.getContentStream(java.security.Key key, java.lang.String prov)
          decrypt the content and return an input stream.
abstract  CMSTypedStream RecipientInformation.getContentStream(java.security.Key key, java.lang.String provider)
           
 CMSTypedStream CMSSignedDataParser.getSignedContent()
           
 

Constructors in kz.gamma.cms with parameters of type CMSTypedStream
CMSSignedDataParser(CMSTypedStream signedContent, byte[] sigBlock)
           
CMSSignedDataParser(CMSTypedStream signedContent, java.io.InputStream sigData)
          base constructor
 



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