public final class FipsStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
READY |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getModuleHMAC()
Return the HMAC used to verify that the code contained in the module is the same
|
static java.lang.String |
getStatusMessage()
Return a message indicating the current status.
|
static boolean |
isErrorStatus()
Return true if the module is in error status, false otherwise.
|
static boolean |
isReady()
Check to see if the FIPS module is ready for operation.
|
public static final java.lang.String READY
public static boolean isReady()
public static java.lang.String getStatusMessage()
public static byte[] getModuleHMAC()
public static boolean isErrorStatus()