org.bouncycastle.cms
public class CMSCompressedData extends Object
| Constructor Summary | |
|---|---|
| CMSCompressedData(byte[] compressedData) | |
| CMSCompressedData(InputStream compressedData) | |
| CMSCompressedData(ContentInfo contentInfo) | |
| Method Summary | |
|---|---|
| byte[] | getContent() |
| byte[] | getEncoded()
return the ASN.1 encoded representation of this object. |