com.ibm.crypto.fips.provider
Interface ModuleStatus
-
- All Known Implementing Classes:
- IBMJCEFIPS
public interface ModuleStatus
-
-
Method Summary
Methods Modifier and Type Method and Description intgetFipsLevel()Method returns the cryptographic modules FIPS 140-2 certification leveljava.lang.ObjectgetSelfTest()Method returns a SelfTest object that can be used tobooleanisFipsCertified()Method identifies if the cryptographic module is FIPS 140-2 certified
-
-
-
Method Detail
-
isFipsCertified
boolean isFipsCertified()
Method identifies if the cryptographic module is FIPS 140-2 certified
-
getFipsLevel
int getFipsLevel()
Method returns the cryptographic modules FIPS 140-2 certification level
-
getSelfTest
java.lang.Object getSelfTest()
Method returns a SelfTest object that can be used to- See Also:
SelfTest
-
-