com.ibm.crypto.fips.provider

Interface ModuleStatus

  • All Known Implementing Classes:
    IBMJCEFIPS


    public interface ModuleStatus
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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
    • 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
© Portions Copyright 2003, 2014, 2015, 2016 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2014 Oracle and/or its affiliates. All rights reserved.