|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.CMSCompressedData
public class CMSCompressedData
containing class for an CMS Compressed Data object
CMSCompressedData cd = new CMSCompressedData(inputStream);
process(cd.getContent(new ZlibExpanderProvider()));
| Constructor Summary | |
|---|---|
CMSCompressedData(byte[] compressedData)
|
|
CMSCompressedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
|
|
CMSCompressedData(java.io.InputStream compressedData)
|
|
| Method Summary | |
|---|---|
byte[] |
getContent(org.bouncycastle.operator.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSCompressedData(byte[] compressedData)
throws CMSException
CMSException
public CMSCompressedData(java.io.InputStream compressedData)
throws CMSException
CMSException
public CMSCompressedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
throws CMSException
CMSException| Method Detail |
|---|
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
public byte[] getContent(org.bouncycastle.operator.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 java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||