Class AbstractPKCSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.commons.bouncycastle.pkcs.AbstractPKCSException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PKCSExceptionBC
public abstract class AbstractPKCSException extends java.lang.Exception
This class represents the wrapper for PKCSException that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractPKCSException()
-