com.ibm.crypto.fips.provider

Interface ModuleStatus

All known implementing classes:
IBMJCEFIPS

  1. public interface ModuleStatus

Method Summary

Modifier and Type Method and Description
  1. int
getFipsLevel()
Method returns the cryptographic modules FIPS 140-2 certification level
  1. java.lang.Object
getSelfTest()
Method returns a SelfTest object that can be used to
  1. boolean
isFipsCertified()
Method identifies if the cryptographic module is FIPS 140-2 certified

Method Detail

isFipsCertified

  1. boolean isFipsCertified()
Method identifies if the cryptographic module is FIPS 140-2 certified

getFipsLevel

  1. int getFipsLevel()
Method returns the cryptographic modules FIPS 140-2 certification level

getSelfTest

  1. java.lang.Object getSelfTest()
Method returns a SelfTest object that can be used to
See Also: