Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Algorithm

The name of the Cipher algorithm that should be used to generate the secret key.

Scheme

The name of the Cipher Transformation type that you would like to use. Leave empty for the default value used with the Algorithm. A list of Cipher Transformations that are supported are available in your Java Runtime documentation. A default set of required Cipher Transformation types is available in Oracle Javadocs

Key length

The bit-length of the secret key to be generated. For DES, the Key length can be 56. For DESede (Triple DES), the Key length can be 112 or 168. For AES, the Key length can be 128, 192, or 256.

How many?

The number of rows that should be generated with these Secret Key settings.

Example Transformation