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