Enabling FIPS in Java Clients
You can enable FIPS mode only if your SSL provider is Entrust. Perform the following steps to enable the FIPS mode in Java clients.
To enable FIPS mode in client
1. Set the SSL provider system property BROKER_CONNECTION_SSL_PROVIDER, to Entrust as follows:
System.setProperty("BROKER_CONNECTION_SSL_PROVIDER", "Entrust");
2. To enable the FIPS mode, set the system property, BROKER_CONNECTION_SSL_FIPS to true as follows.
System.setProperty("BROKER_CONNECTION_SSL_FIPS","true");