8.10 Encryption Key Profile

The Encryption Profile is a generic profile used for making encryption configurations that can be used by various agents. Currently, the profile can be used with the REST Server, REST Client, HTTP, and HTTPD agents.

Configuration

To create a new Encryption profile, click the New Configuration button in the upper left part of the Desktop window, and then select Encryption Key Profile  from the menu.

Encryption Key profile

Menus

The contents of the menus in the menu bar may change depending on which configuration type that has been opened in the currently displayed tab. The Encryption profile uses the standard menu items and buttons that are visible for all configurations, and these are described in 2.1 Menus and Buttons.

The Edit menu is specific for the Encryption profile configurations.

ItemDescription

External References

Select this menu item to enable the use of External References in the Encryption profile configuration. This can be used to configure the following fields:

  • KeyStore Path
  • Keystore password
  • Key Name
  • Key Password

For further information, see 8.11.4 Using External Reference in Agent Profile Fields and 8.11 External Reference Profile.

Settings

The keystore must be a JCEKS keystore.

Example - How to create a symmetric crypto key

$ keytool -keystore test.ks -storepass password -storetype jceks -genseckey -keysize 128 -alias testkey -keyalg AES

The following settings are available:

SettingDescription

Keystore Path

Enter the location of the JCEKS-type keystore from which you want to read the key. 
Keystore PasswordEnter the relevant keystore password. 
Key NameIf required, enter the key name. 
Key PasswordThe Key Password fields is optional. You can enter the key password, or if you leave this field empty, the Keystore Password is the default.