Skip to main content
JSON Web Keypair Creation

Basic Fields

The fields used for JSON Web Keypair creation configuration are shown in the table below.
FieldDescription
NameA name can be written to facilitate the use and management of the JWK.
DescriptionA description can be written to facilitate the use and management of the JWK.
JWK Type (Source of JWK)Specifies from which source the JWK will be created. The types that can be selected are:
• Generate
• Receive via URL Connection
• Paste from Clipboard
• Convert from Keystore
• Convert from Public Key
• Convert from Private Key
• Convert from Certificate

Configuration Fields by JWK Type

If the JWK creation type Generate is selected, the following fields become active:
FieldDescription
Key Type (Key Type)Specifies what type the JWK to be created is:
• RSA: RFC 3447 (Public-Key Cryptography Standards PKCS)
• EC: Elliptic Curve (DSS)
• OCT: Octet Sequence (Symmetric Key)
• OKP: Octet Key Pair (RFC 8037)

Algorithms/curve values vary according to these values.
Key Use Type (Key Use)Specifies whether the JWK will be used for signing/signature verification or encryption/decryption.
Key Size (Key Size)The length of the key to be created in bytes.
CurveThe curve type of the JWK to be created.
Algorithm (Algorithm)The algorithm of the JWK to be created.
Key Id (Key Id)Specifies how the id of the JWK to be created will be generated.

JWK Association

When a JWK is created, the system automatically records which source it is associated with based on the source type. This relationship is used to track which certificate, key, or keystore the JWK was created from.

Association Types

When a JWK is created, if one of the following source types is selected, the relationship is automatically created:
Source TypeAssociated SourceDescription
Convert from KeystoreKeystoreJWK is created by converting from the specified keystore.
Convert from Public KeyPublic KeyJWK is created by converting from the specified public key.
Convert from Private KeyPrivate KeyJWK is created by converting from the specified private key.
Convert from CertificateCertificateJWK is created by converting from the specified certificate.

Relationship Information in JWK List

The following information is displayed for each JWK in the JWK list:
  • Creation Type: The source type from which the JWK was created (Keystore, Certificate, Public Key, Private Key, etc.)

Relationship Information in JWK Detail Screen

In the JWK detail screen, which source the JWK is associated with is displayed, along with the information “This JWK was created with [Source Type]”.
If there is an associated source, the source information and the option to remove the relationship are displayed in the JWK detail screen.

JWK Editing

JWK editing is performed through a dialog:

Editing via Dialog

  • Click Edit from the menu at the end of the row in the JWK list.
  • In the opened dialog, only the JWK name and description can be edited.
  • Save the changes to update the JWK.

JWK Deletion

To delete a JWK:

From List Screen

  • Click Delete from the menu at the end of the row in the JWK list.
  • Confirm the deletion operation in the confirmation dialog.

Deletion Tips

Check Before Deleting:
  • The JWK may be used in policies or connections.
  • Assign an alternative JWK if necessary.