Interface IPEMParser
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
PEMParserBC
public interface IPEMParser extends java.io.CloseableThis 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.ObjectreadObject()Calls actualreadObjectmethod for the wrapped PEMParser object.
-