Class AbstractFipsUnapprovedOperationError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.itextpdf.commons.bouncycastle.crypto.fips.AbstractFipsUnapprovedOperationError
- All Implemented Interfaces:
-
Serializable
- Direct Known Subclasses:
-
FipsUnapprovedOperationErrorBCFips
This class represents the wrapper for FipsUnapprovedOperationError used in bouncy-castle FIPS implementation. That wrapper 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
-
AbstractFipsUnapprovedOperationError
public AbstractFipsUnapprovedOperationError()
-