Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a cryptographic specification

After you create a cryptographic module, create a cryptographic specification to define the module algorithms.

Before you begin

Role required: sn_kmf.cryptographic_manager

Procedure

  1. Navigate to Key Management > Cryptographic Modules > All.

  2. Select the cryptographic module for definition to open the configuration options.

  3. On the Crypto Specifications tab, select New.

Image omitted: new-crypto-spec.png
Crypto Specifications tab.
  1. Complete the Algorithm Definition form.

    See Cryptographic specification overview for details.

Image omitted: algorithm-definition.png
Definition form for the key algorithm.
The algorithm definition screen opens. Select options for the key generation. Repeat this step to generate multiple keys for the selected crypto module.
Field 
Crypto moduleRead only. Name of the selected cryptographic module displays.
Crypto purposeSelect the purpose of this module. For example, you might use it for data encryption, signature generation, or key wrapping. The available algorithms adjust based on the selected crypto purpose. See Cryptographic specification overview for details.
AlgorithmType of algorithm used to accomplish the crypto purpose. The algorithm also controls the key origin. Adjusts automatically based on the selected crypto purpose. Cryptographic specification overview for details.
Operation modeThis field may display based on the selected crypto purpose.
SizeSelect the bit size.
HashThis field becomes available based on the algorithm selected.
Equality preserving

Enables non-deterministic encryption.

This option appears when you select Symmetric Data Encryption/Decryption with AES and in Cipher Block Chaining (CBC) mode.

Selecting this option means that if the same data is encrypted again the encoded data is the same each time. Non-deterministic encryption doesn’t support filtering a list of encrypted data using equality comparison operators.

IntegrityGCM operation mode provides Integrity.
  1. Select Next.

    The crypto specification is listed on the Key Lifecycle table based on the algorithms selected.

What to do next

Perform one of the following operations:

Parent Topic:Create a cryptographic module