Class AbstractPEMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.itextpdf.commons.bouncycastle.openssl.AbstractPEMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PEMExceptionBC, PEMExceptionBCFips

public abstract class AbstractPEMException extends IOException
This class represents the wrapper for PEMException that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
See Also:
  • Constructor Details

    • AbstractPEMException

      public AbstractPEMException()