Class FipsLoader

java.lang.Object
com.mapr.security.FipsLoader

public class FipsLoader extends Object
The purpose of this class is to separate the importing of the Bouncy Castle jar files from the classes where they are (conditionally) needed, as those classes may also be used where the Bouncy Castle jar files are not in the classpath. (See CORE-653)
  • Field Details

    • BOUNCY_CASTLE_JSEE_PROVIDER

      public static final String BOUNCY_CASTLE_JSEE_PROVIDER
      Identifier for the Bouncy Castle SSL Provider
      See Also:
    • BOUNCY_CASTLE_KEYSTORE_TYPE

      public static final String BOUNCY_CASTLE_KEYSTORE_TYPE
      Identifier for the Bouncy Castle Keystore Type
      See Also:
    • BOUNCY_CASTLE_SRAND_PROVIDER

      public static final String BOUNCY_CASTLE_SRAND_PROVIDER
      Identifier for the Bouncy Castle Secure Random Provider
      See Also:
  • Constructor Details

    • FipsLoader

      public FipsLoader()
  • Method Details

    • loadFipsProviders

      public static void loadFipsProviders()