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 |
CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.
|
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 |
Copyright © 2020 BouncyCastle.org. All rights reserved.