|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.jcajce.ZlibCompressor
public class ZlibCompressor
| Constructor Summary | |
|---|---|
ZlibCompressor()
|
|
| Method Summary | |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the compression algorithm and parameters this compressor uses. |
java.io.OutputStream |
getOutputStream(java.io.OutputStream comOut)
Wrap the passed in output stream comOut, returning an output stream that compresses anything passed in before sending on to comOut. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZlibCompressor()
| Method Detail |
|---|
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
org.bouncycastle.operator.OutputCompressor
getAlgorithmIdentifier in interface org.bouncycastle.operator.OutputCompressorpublic java.io.OutputStream getOutputStream(java.io.OutputStream comOut)
org.bouncycastle.operator.OutputCompressor
getOutputStream in interface org.bouncycastle.operator.OutputCompressorcomOut - output stream for compressed output.
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||