Package org.bouncycastle.cms.jcajce
Class ZlibCompressor
java.lang.Object
org.bouncycastle.cms.jcajce.ZlibCompressor
- All Implemented Interfaces:
OutputCompressor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
Return the algorithm identifier describing the compression algorithm and parameters this compressor uses.getOutputStream
(OutputStream comOut) Wrap the passed in output stream comOut, returning an output stream that compresses anything passed in before sending on to comOut.
-
Constructor Details
-
ZlibCompressor
public ZlibCompressor()
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()Description copied from interface:OutputCompressor
Return the algorithm identifier describing the compression algorithm and parameters this compressor uses.- Specified by:
getAlgorithmIdentifier
in interfaceOutputCompressor
- Returns:
- algorithm oid and parameters.
-
getOutputStream
Description copied from interface:OutputCompressor
Wrap the passed in output stream comOut, returning an output stream that compresses anything passed in before sending on to comOut.- Specified by:
getOutputStream
in interfaceOutputCompressor
- Parameters:
comOut
- output stream for compressed output.- Returns:
- a compressing OutputStream
-