Interface IPEMParser
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
PEMParserBC
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 TypeMethodDescriptionCalls actualreadObject
method for the wrapped PEMParser object.
-
Method Details
-
readObject
Calls actualreadObject
method for the wrapped PEMParser object.- Returns:
Object
which represents read object.- Throws:
IOException
- in case of issues with file.
-