com.ibm.crypto.fips.provider
Interface ModuleStatus
All known implementing classes:
- public interface ModuleStatus
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFipsLevel()
Method returns the cryptographic modules FIPS 140-2 certification level
|
|
getSelfTest()
Method returns a SelfTest object that can be used to
|
|
isFipsCertified()
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: