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
This class represents the wrapper for PEMException that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractPEMException
public AbstractPEMException()
-