org.bouncycastle.mail.smime
public class SMIMECompressedGenerator extends SMIMEGenerator
SMIMECompressedGenerator fact = new SMIMECompressedGenerator();
MimeBodyPart smime = fact.generate(content, algorithm);
Note: Most clients expect the MimeBodyPart to be in a MimeMultipart
when it's sent.
| Field Summary | |
|---|---|
| static String | ZLIB |
| Method Summary | |
|---|---|
| MimeBodyPart | generate(MimeBodyPart content, String compressionOID)
generate an compressed object that contains an SMIME Compressed
object using the given provider from the contents of the passed in
message |
| MimeBodyPart | generate(MimeMessage message, String compressionOID)
generate an compressed object that contains an SMIME Compressed
object using the given provider from the contents of the passed in
message |