public class ZlibExpanderProvider
extends java.lang.Object
implements org.bouncycastle.operator.InputExpanderProvider
Constructor and Description |
---|
ZlibExpanderProvider()
Base constructor.
|
ZlibExpanderProvider(long limit)
Create a provider which caps the number of expanded bytes that can be produced when the
compressed stream is parsed.
|
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.operator.InputExpander |
get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) |
public ZlibExpanderProvider()
public ZlibExpanderProvider(long limit)
limit
- max number of bytes allowed in an expanded stream.