Implementation of the KLF

To retrieve the merchant key from a medium other than the WebSphere Commerce configuration file, define the key providers in a separate custom key configuration file called, for example, CustomKeys.xml. Once you define this file, to make the external merchant key available to the WebSphere Commerce runtime, add the KeysConfigFile attribute, which is specified in the <Instance> section of the WebSphere Commerce configuration file. By defining this attribute, the Key Locator Framework (KLF) retrieves the merchant key using the key provider specified in the CustomKeys.xml instead of retrieving it from the WebSphere Commerce configuration file.

The value of the KeysConfigFile attribute is the location of the CustomKeys.xml relative to a path specified in the class path of the WebSphere Commerce application. When WebSphere Commerce runtime reads this attribute from the WebSphere Commerce configuration file, it loads the custom keys configuration file as a resource from the class path.

For example, if you deploy the CustomKeys.xml file in the directory...

...specify the following attribute in the WebSphere Commerce configuration file:

Note: Only a forward slash (/) can be used to specify the path to the key file within the KeysConfigFile attribute.

If the KeysConfigFile attribute is not present in the WebSphere Commerce configuration file, the WebSphere Commerce runtime environment loads the configuration file from the following hardcoded location:

The default WCKeys.xml applies to all instances. This default WCKeys.xml file contains a WCMerchantKeyImpl provider, which continues to read the merchant key from the file.

To store the merchant key in another location, such as within an external file or hardware device, add the KeysConfigFile attribute to the WebSphere Commerce configuration file. Adding the attribute to the WebSphere Commerce configuration file specifies the location of the merchant key relative to the class path of the WebSphere Commerce application. The new merchant key file registers the key provider class, which manages the merchant key stored in the new location.

For an example of the default WCKeys.xml configuration file, and a description of its contents, see Key Locator Framework (KLF).

An example of a CustomKeys.xml would appear as follows:

Note: The default session key provider must be defined in your CustomKeys.xml. The KLF does not support defining a custom session key implementation.