| Constructor and Description |
|---|
CMSCompressedData(byte[] compressedData) |
CMSCompressedData(ContentInfo contentInfo) |
CMSCompressedData(InputStream compressedData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent(InputExpanderProvider expanderProvider)
Return the uncompressed content.
|
ASN1ObjectIdentifier |
getContentType() |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
ContentInfo |
toASN1Structure()
return the ContentInfo
|
public CMSCompressedData(byte[] compressedData)
throws CMSException
CMSExceptionpublic CMSCompressedData(InputStream compressedData) throws CMSException
CMSExceptionpublic CMSCompressedData(ContentInfo contentInfo) throws CMSException
CMSExceptionpublic 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 ContentInfo toASN1Structure()
public byte[] getEncoded()
throws IOException
getEncoded in interface EncodableIOException - if an issue arises generation the encoding.Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.