Signing parameter configuration settings

Use this page to configure new signing parameters. Important distinction between V5.x and v6.x applications

Note: The information in this article supports v5.x applications only that are used with WAS v6.x. The information does not apply to v6.0.x applications.

The specifications that are listed on this page for the signature method, digest method, and canonicalization method are located in the World Wide Web Consortium (W3C) document entitled, XML Signature Syntax and Specification: W3C Recommendation 12 Feb 2002.

To view this administrative console page, complete the following steps:

  1. Click Enterprise Applications > appname.

  2. Under Related items, click EJB modules or Web Modules > URI_file_name

  3. Under Additional properties, one can access the signing information for the following bindings:

    1. For the Request sender binding, click Web services: Client security bindings. Under Request sender binding, click Edit. Under Additional properties, click Signing information.

    2. For the Response sender binding, click Web services: Server security bindings. Under Response sender binding, click Edit. Under Additional properties, click Signing information.

  4. In the Request Sender Binding column, click Edit > Signing Information.

If the signing information is not available, select None.

If the signing information is available, select Dedicated Signing Information and specify the configuration in the following fields:

Signature method

Specifies the algorithm Uniform Resource Identifiers (URI) of the signature method.

The following algorithms are supported:

  • http://www.w3.org/2000/09/xmldsig#rsa-sha1

  • http://www.w3.org/2000/09/xmldsig#dsa-sha1

  • http://www.w3.org/2000/09/xmldsig#hmac-sha1

We can also add custom algorithms.

Digest method

Specifies the algorithm URI of the digest method.

WebSphere Application Server supports the http://www.w3.org/2000/09/xmldsig#sha1 algorithm.

Canonicalization method

Specifies the algorithm URI of the canonicalization method.

The following algorithms are supported:

Key name

Name of the key object found in the keystore file.

Key locator reference

Name used to reference the key locator

One can configure these key locator reference options on the cell level, the server level, and the application level. The configurations that are listed in the field are a combination of the configurations on these three levels.

We can specify a key locator configuration for the following bindings on the following levels:

Binding name Cell level, server level, or application level Path
N/A Cell level

  1. Click Security > Web services.

  2. Under Additional properties, click Key locators.

N/A Server level

  1. Click Servers > Application servers > servername.

  2. Under Security, click Web services: Default bindings for Web services security.

  3. Under Additional properties, click Key locators.

Request sender Application level

  1. Click Applications > Enterprise applications > appname.

  2. Under Related items, click EJB modules > URI_name.

  3. Click Web services: Client security bindings.

  4. Under Request sender binding, click Edit.

  5. Under Additional properties, click Key locators.

Request receiver Application level

  1. Click Applications > Enterprise applications > appname.

  2. Under Related items, click EJB modules > URI_name.

  3. Click Web services: Server security bindings.

  4. Under Request receiver binding, click Edit.

  5. Under Additional properties, click Key locators.

Response sender Application level

  1. Click Applications > Enterprise applications > appname.

  2. Under Related items, click EJB modules > URI_name.

  3. Click Web services: Server security bindings.

  4. Under Response sender binding, click Edit.

  5. Under Additional properties, click Key locators.

Response receiver Application level

  1. Click Applications > Enterprise applications > appname.

  2. Under Related items, click EJB modules > URI_name.

  3. Click Web services: Client security bindings.

  4. Under Response receiver binding, click Edit.

  5. Under Additional properties, click Key locators.