Interface IPEMParser

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    All Known Implementing Classes:
    PEMParserBC

    public interface IPEMParser
    extends java.io.Closeable
    This interface represents the wrapper for PEMParser that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object readObject()
      Calls actual readObject method for the wrapped PEMParser object.
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • readObject

        java.lang.Object readObject()
                             throws java.io.IOException
        Calls actual readObject method for the wrapped PEMParser object.
        Returns:
        Object which represents read object.
        Throws:
        java.io.IOException - in case of issues with file.