iText 9.1.0 API
iText.Commons.Bouncycastle.Openssl.IPemReader Interface Reference

This interface represents the wrapper for PEMParser that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Openssl.IPemReader:
iText.Bouncycastle.Openssl.PEMParserBC iText.Bouncycastlefips.Openssl.PEMParserBCFips

Public Member Functions

Object  ReadObject ()
  Calls actual readObject method for the wrapped PEMParser object. More...
 

Detailed Description

This interface represents the wrapper for PEMParser that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ ReadObject()

Object iText.Commons.Bouncycastle.Openssl.IPemReader.ReadObject ( )

Calls actual readObject method for the wrapped PEMParser object.

Returns

System.Object which represents read object.

Implemented in iText.Bouncycastlefips.Openssl.PEMParserBCFips, and iText.Bouncycastle.Openssl.PEMParserBC.