Web parameter: JCEProviderName

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

JCEProviderName

Description

This parameter specifies the name of a third-party Java Cryptography Extension (JCE) provider that you plug in when the web tier is running in non-FIPS mode.

Note In FIPS mode, this parameter is ignored.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

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>