public class

ZlibExpanderProvider

extends Object
implements InputExpanderProvider
java.lang.Object
   ↳ org.bouncycastle.cms.jcajce.ZlibExpanderProvider

Summary

Public Constructors
ZlibExpanderProvider()
ZlibExpanderProvider(long limit)
Create a provider which caps the number of expanded bytes that can be produced when the compressed stream is parsed.
Public Methods
InputExpander get(AlgorithmIdentifier algorithm)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.operator.InputExpanderProvider

Public Constructors

public ZlibExpanderProvider ()

public ZlibExpanderProvider (long limit)

Create a provider which caps the number of expanded bytes that can be produced when the compressed stream is parsed.

Parameters
limit max number of bytes allowed in an expanded stream.

Public Methods

public InputExpander get (AlgorithmIdentifier algorithm)