Class ZlibExpanderProvider

    • Constructor Summary

      Constructors 
      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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InputExpander get​(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZlibExpanderProvider

        public ZlibExpanderProvider()
        Base constructor. Create an expander which will not limit the size of any objects expanded in the stream.
      • 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.