Class AbstractPKCSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.pkcs.AbstractPKCSException
- All Implemented Interfaces:
-
Serializable
- Direct Known Subclasses:
-
PKCSExceptionBC
,PKCSExceptionBCFips
This class represents the wrapper for PKCSException 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
-
AbstractPKCSException
public AbstractPKCSException()
-