public class CMSCompressedData extends Object implements org.bouncycastle.util.Encodable
CMSCompressedData cd = new CMSCompressedData(inputStream); process(cd.getContent(new ZlibExpanderProvider()));
Constructor and Description |
---|
CMSCompressedData(byte[] compressedData) |
CMSCompressedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) |
CMSCompressedData(InputStream compressedData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent(InputExpanderProvider expanderProvider)
Return the uncompressed content.
|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType() |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
org.bouncycastle.asn1.cms.ContentInfo |
toASN1Structure()
return the ContentInfo
|
public CMSCompressedData(byte[] compressedData) throws CMSException
CMSException
public CMSCompressedData(InputStream compressedData) throws CMSException
CMSException
public CMSCompressedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) throws CMSException
CMSException
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
public byte[] getContent(InputExpanderProvider expanderProvider) throws CMSException
expanderProvider
- a provider of expander algorithm implementations.CMSException
- if there is an exception un-compressing the data.public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
public byte[] getEncoded() throws IOException
getEncoded
in interface org.bouncycastle.util.Encodable
IOException
Copyright © 2017 BouncyCastle.org. All rights reserved.