|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.crypto.fips.provider.SelfTest
Constructor Summary | |
---|---|
SelfTest()
|
Method Summary | |
---|---|
java.lang.Throwable |
getSelfTestFailure()
Method identifies any failures associated with the last self test |
static boolean |
isFipsRunnable()
Method identifies if the cryptographic module is FIPS 140-2 runable, in that the self test has completed with no failures. |
boolean |
isSelfTestInProgress()
Method identifies if a self test is currently in progress |
boolean |
runSelfTest()
Method initiates a new self test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelfTest()
Method Detail |
public boolean isSelfTestInProgress()
public java.lang.Throwable getSelfTestFailure()
public boolean runSelfTest()
public static boolean isFipsRunnable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |