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
CMSExceptionpublic CMSCompressedData(java.io.InputStream compressedData)
throws CMSException
CMSExceptionpublic CMSCompressedData(ContentInfo contentInfo) throws CMSException
CMSExceptionpublic byte[] getContent()
throws CMSException
CMSExceptionpublic byte[] getEncoded()
throws java.io.IOException
java.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.