Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Working with SSL | Configuring the Broker Java Client for SSL | Enabling FIPS in Java Clients
 
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");