kz.gamma.cms
Class CMSCompressedData

java.lang.Object
  extended by kz.gamma.cms.CMSCompressedData

public class CMSCompressedData
extends java.lang.Object

containing class for an CMS Compressed Data object


Field Summary
(package private)  ContentInfo contentInfo
           
 
Constructor Summary
CMSCompressedData(byte[] compressedData)
           
CMSCompressedData(ContentInfo contentInfo)
           
CMSCompressedData(java.io.InputStream compressedData)
           
 
Method Summary
 byte[] getContent()
           
 byte[] getEncoded()
          return the ASN.1 encoded representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentInfo

ContentInfo contentInfo
Constructor Detail

CMSCompressedData

public CMSCompressedData(byte[] compressedData)
                  throws CMSException
Throws:
CMSException

CMSCompressedData

public CMSCompressedData(java.io.InputStream compressedData)
                  throws CMSException
Throws:
CMSException

CMSCompressedData

public CMSCompressedData(ContentInfo contentInfo)
                  throws CMSException
Throws:
CMSException
Method Detail

getContent

public byte[] getContent()
                  throws CMSException
Throws:
CMSException

getEncoded

public byte[] getEncoded()
                  throws java.io.IOException
return the ASN.1 encoded representation of this object.

Throws:
java.io.IOException


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