Class FipsConsistencyTestFailedError

All Implemented Interfaces:
Serializable

public class FipsConsistencyTestFailedError extends FipsOperationError
Error thrown if a key pair consistency test fails.
See Also:
  • Constructor Details

    • FipsConsistencyTestFailedError

      public FipsConsistencyTestFailedError(String message, Algorithm algorithm)
      Base constructor.
      Parameters:
      message - a message describing the error.
      algorithm - the algorithm the failure was for.