Interface Key.UpdateStages
-
- Enclosing interface:
- Key
public static interface Key.UpdateStagesGrouping of key update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKey.UpdateStages.WithAttributesThe stage of a key update allowing to specify the attributes of the key.static interfaceKey.UpdateStages.WithHsmThe stage of a key update allowing to specify whether to store the key in hardware security modules.static interfaceKey.UpdateStages.WithKeyThe stage of a key update allowing to create a new version of the key.static interfaceKey.UpdateStages.WithKeyOperationsThe stage of a key update allowing to specify the allowed operations for the key.static interfaceKey.UpdateStages.WithKeySizeThe stage of a key update allowing to specify the key size.static interfaceKey.UpdateStages.WithTagsThe stage of a key update allowing to specify the tags of the key.
-