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 actualreadObject
method for the wrapped PEMParser object.
-