|
iText 9.1.0 API
|
This interface represents the wrapper for PEMParser that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
| Object | ReadObject () |
Calls actual readObject method for the wrapped PEMParser object. More... |
|
This interface represents the wrapper for PEMParser that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| Object iText.Commons.Bouncycastle.Openssl.IPemReader.ReadObject | ( | ) |
Calls actual readObject method for the wrapped PEMParser object.
System.Object which represents read object.
Implemented in iText.Bouncycastlefips.Openssl.PEMParserBCFips, and iText.Bouncycastle.Openssl.PEMParserBC.