Package | Description |
---|---|
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
org.bouncycastle.cms.jcajce | |
org.bouncycastle.mail.smime |
High level classes for dealing with S/MIME objects (RFC 3851).
|
Modifier and Type | Method and Description |
---|---|
CMSCompressedData |
CMSCompressedDataGenerator.generate(CMSTypedData content,
OutputCompressor compressor)
generate an object that contains an CMS Compressed Data
|
OutputStream |
CMSCompressedDataStreamGenerator.open(ASN1ObjectIdentifier contentOID,
OutputStream out,
OutputCompressor compressor)
Open a compressing output stream.
|
OutputStream |
CMSCompressedDataStreamGenerator.open(OutputStream out,
OutputCompressor compressor)
Open a compressing output stream with the PKCS#7 content type OID of "data".
|
Modifier and Type | Class and Description |
---|---|
class |
ZlibCompressor |
Modifier and Type | Method and Description |
---|---|
javax.mail.internet.MimeBodyPart |
SMIMECompressedGenerator.generate(javax.mail.internet.MimeBodyPart content,
OutputCompressor compressor)
generate an compressed object that contains an SMIME Compressed
object using the given provider from the contents of the passed in
message
|
javax.mail.internet.MimeBodyPart |
SMIMECompressedGenerator.generate(javax.mail.internet.MimeMessage message,
OutputCompressor compressor)
generate an compressed object that contains an SMIME Compressed
object using the given provider from the contents of the passed in
message
|
Copyright © 2018 BouncyCastle.org. All rights reserved.