Package org.bouncycastle.crypto.fips
Class FipsSelfTestFailedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.bouncycastle.crypto.fips.FipsOperationError
org.bouncycastle.crypto.fips.FipsSelfTestFailedError
- All Implemented Interfaces:
Serializable
Error thrown if a self test fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFipsSelfTestFailedError
(String message, Algorithm algorithm) Base constructor. -
Method Summary
Methods inherited from class org.bouncycastle.crypto.fips.FipsOperationError
flag, getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FipsSelfTestFailedError
Base constructor.- Parameters:
message
- a message describing the error.algorithm
- the algorithm the failure was for.
-