Uses of Interface
org.bouncycastle.operator.OutputCompressor
-
Packages that use OutputCompressor 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. -
-
Uses of OutputCompressor in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type OutputCompressor Modifier and Type Method Description CMSCompressedData
CMSCompressedDataGenerator. generate(CMSTypedData content, OutputCompressor compressor)
generate an object that contains an CMS Compressed DataOutputStream
CMSCompressedDataStreamGenerator. open(OutputStream out, OutputCompressor compressor)
Open a compressing output stream with the PKCS#7 content type OID of "data".OutputStream
CMSCompressedDataStreamGenerator. open(org.bouncycastle.asn1.ASN1ObjectIdentifier contentOID, OutputStream out, OutputCompressor compressor)
Open a compressing output stream. -
Uses of OutputCompressor in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement OutputCompressor Modifier and Type Class Description class
ZlibCompressor
-