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

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

    • AbstractPKCSException

      public AbstractPKCSException()