Uses of Interface
org.bouncycastle.operator.OutputCompressor
Packages that use OutputCompressor
-
Uses of OutputCompressor in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type OutputCompressorModifier and TypeMethodDescriptionCMSCompressedDataGenerator.generate(CMSTypedData content, OutputCompressor compressor) generate an object that contains an CMS Compressed DataCMSCompressedDataStreamGenerator.open(OutputStream out, OutputCompressor compressor) Open a compressing output stream with the PKCS#7 content type OID of "data".CMSCompressedDataStreamGenerator.open(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