public class CMSCompressedData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ContentInfo |
contentInfo |
Constructor and Description |
---|
CMSCompressedData(byte[] compressedData) |
CMSCompressedData(ContentInfo contentInfo) |
CMSCompressedData(java.io.InputStream compressedData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
ContentInfo contentInfo
public CMSCompressedData(byte[] compressedData) throws CMSException
CMSException
public CMSCompressedData(java.io.InputStream compressedData) throws CMSException
CMSException
public CMSCompressedData(ContentInfo contentInfo) throws CMSException
CMSException
public byte[] getContent() throws CMSException
CMSException
public byte[] getEncoded() throws java.io.IOException
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.