Class X509CRLParser

    • Constructor Summary

      Constructors 
      Constructor Description
      X509CRLParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void engineInit​(java.io.InputStream in)
      Initializes this stream parser with the input stream.
      java.lang.Object engineRead()
      Returns the next X.509 object of the type of this SPI from the given input stream.
      java.util.Collection engineReadAll()
      Returns all X.509 objects of the type of this SPI from the given input stream.
      • Methods inherited from class java.lang.Object

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

      • X509CRLParser

        public X509CRLParser()