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