|
Bouncy Castle Cryptography 1.47 | ||||||||
| 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()
Deprecated. use getContent(InputExpanderProvider) |
byte[] |
getContent(org.bouncycastle.operator.InputExpanderProvider expanderProvider)
Return the uncompressed content. |
byte[] |
getContent(int limit)
Deprecated. use getContent(InputExpanderProvider) |
org.bouncycastle.asn1.cms.ContentInfo |
getContentInfo()
Deprecated. use toASN1Structure() |
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 byte[] getContent()
throws CMSException
CMSException - if there is an exception uncompressing the data.
public byte[] getContent(int limit)
throws CMSException
limit - maximum number of bytes to read
CMSException - if there is an exception uncompressing the data.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 getContentInfo()
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
public byte[] getEncoded()
throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||