Interface IPEMParser

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
PEMParserBC, PEMParserBCFips

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

    Modifier and Type
    Method
    Description
    Calls actual readObject method for the wrapped PEMParser object.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • readObject

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