FIPS compliance
The content in the following adapters is now Federal Information Processing Standards (FIPS) compliant:
- HTTP
- Web Services (only for JAX-WS approach Message mode)
Configuring the java.security file
You configure the java.security file if you intend to change the default service provider. To install a provider, you must do the following:
Install the provider package classes by performing one of the following actions:
- Copy the zip or JAR file containing the classes in the <jdkInstallDirectory>/jre/lib/ext directory.
- Specify the provider JAR file as an "installed" or "bundled" extension.
Add the provider to the list of approved providers by performing the following steps:
- Locate the java.security file in the lib/security directory of the SDK. For example, if the SDK is installed in a directory called j2sdk1.2, you would edit the file located at j2sdk1.2/lib/security/java.security.
- Set the following property in the java.security file to declare a provider and specify its preference order, n:
security.provider.n=masterClassName- The preference order is the order in which a provider is searched for in a requested algorithm. The precedence of the preference order is, 1--the most preferred, followed by 2, and so on.
- masterClassName specifies the provider's master class that is always a subclass of the provider class. The provider's documentation specifies its master class.
Sample logs from BMC Atrium Orchestrator Grid Manager
The following log sample lists JsafeJCE as the security provider for the HTTP adapter:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*