InputExpanderProviderpublic class ZlibExpanderProvider extends java.lang.Object implements InputExpanderProvider
| Constructor | 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 | Description |
|---|---|---|
InputExpander |
get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) |
public ZlibExpanderProvider()
public ZlibExpanderProvider(long limit)
limit - max number of bytes allowed in an expanded stream.public InputExpander get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
get in interface InputExpanderProvider