Web parameter: JCEProviderClassName

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

JCEProviderClassName

Description

This parameter specifies the class name of a FIPS-certified third-party Java Cryptography Extension (JCE) provider (for example, RSA BSAFE) that you plug in when configuring FIPS mode in the web client. Refer to your JCE provider documentation for the class name (for example, com.rsa.jsafe.provider.JsafeJCE for the RSA BSAFE JCE provider).

Note For more information about FIPS mode and configuring FIPS mode in the web client, see FIPS mode and Configure FIPS mode in Service Manager

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

None

Possible values

JCE provider class names

Example usage

<init-param>
  <param-name>JCEProviderClassName</param-name>
  <param-value>com.rsa.jsafe.provider.JsafeJCE</param-value>
</init-param>