Web parameter: JCEProviderName

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

JCEProviderName

Description

This parameter specifies the 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 name (for example, 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 names

Example usage

<init-param> 
  <param-name>JCEProviderName</param-name> 
  <param-value>JsafeJCE</param-value>
</init-param>