Viewing a list of key templates
You can view a list of your key templates in Unified Key Orchestrator with the UI, or programmatically with the Unified Key Orchestrator API.
Viewing a list of key templates with the UI
To view a list of your key templates by using the UI, complete the following steps:
-
Click Key templates from the navigation to view all the available key templates.
-
Browse the general characteristics of your key templates in the table.
To customize how the table is to be presented, click the Settings icon and check the columns to be displayed. You can also view archived key templates by clicking the Show archived templates icon on the table. For more information, see Archiving and unarchiving key templates.
Table 1. Key templates table Property Description Name The unique, human-readable name that is assigned to your key template. ID A string that uniquely identifies the key template. The key template ID is truncated and displayed with a copy icon. Vault The vault that controls access to the key template. Last modified The date and time when the key template was last updated. This field gets updated when the key template is created, edited, or any part of the key template metadata is modified. Key algorithm The encryption algorithm to encrypt data for the key to be created with the template. Key length The number of bits that represents the encryption strength of the keys that are created or to be created with the template. Key naming scheme The key naming conventions that are created based on the key template. Keys The number of keys that created based on the key template. Keystore type The type of keystore that the key template properties are compatible with. Creation date Set a date range of when the key template was created. You can search for a specific key template by using the search bar, or filter key templates based on your needs by clicking the Filter icon in the Key templates table.
Viewing a list of key templates with the API
To view a list of key templates through the API, follow these steps:
-
Retrieve your service and authentication credentials to work with key templates in the service.
-
Create a key template by making a
GET
call to the following endpoint.https://<instance_ID>.uko.<region>.hs-crypto.appdomain.cloud/api/v4/templates
For detailed instructions and code examples about using the API method, check out the Hyper Protect Crypto Services Unified Key Orchestrator API reference doc.
What's next
-
To find out instructions on creating a key template, check out Creating key templates.
-
To find out instructions on deleting a key template, check out Deleting key templates.
-
To continue to create keys with the key template created, follow the instruction in Creating managed keys with a key template.
-
To find out instructions on archiving and unarchiving the key template, check out Archiving and unarchiving key templates.