|
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.CMSCompressedDataGenerator
public class CMSCompressedDataGenerator
General class for generating a compressed CMS message.
A simple example of usage.
CMSCompressedDataGenerator fact = new CMSCompressedDataGenerator();
CMSCompressedData data = fact.generate(content, new ZlibCompressor());
| Field Summary | |
|---|---|
static java.lang.String |
ZLIB
|
| Constructor Summary | |
|---|---|
CMSCompressedDataGenerator()
base constructor |
|
| Method Summary | |
|---|---|
CMSCompressedData |
generate(CMSProcessable content,
java.lang.String compressionOID)
Deprecated. use generate(CMSTypedData, OutputCompressor) |
CMSCompressedData |
generate(CMSTypedData content,
org.bouncycastle.operator.OutputCompressor compressor)
generate an object that contains an CMS Compressed Data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ZLIB
| Constructor Detail |
|---|
public CMSCompressedDataGenerator()
| Method Detail |
|---|
public CMSCompressedData generate(CMSProcessable content,
java.lang.String compressionOID)
throws CMSException
CMSException
public CMSCompressedData generate(CMSTypedData content,
org.bouncycastle.operator.OutputCompressor compressor)
throws CMSException
CMSException
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||