Interface Key.DefinitionStages
-
- Enclosing interface:
- Key
public static interface Key.DefinitionStagesGrouping of key definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKey.DefinitionStages.BlankThe first stage of a key definition.static interfaceKey.DefinitionStages.WithAttributesThe stage of a key definition allowing to specify the attributes of the key.static interfaceKey.DefinitionStages.WithCreateThe stage of the key definition which contains all the minimum required inputs for the key to be created but also allows for any other optional settings to be specified.static interfaceKey.DefinitionStages.WithCreateBaseThe base stage of the key definition allowing for any other optional settings to be specified.static interfaceKey.DefinitionStages.WithHsmThe stage of a key definition allowing to specify whether to store the key in hardware security modules.static interfaceKey.DefinitionStages.WithImportThe stage of the key definition which contains all the minimum required inputs for the key to be imported but also allows for any other optional settings to be specified.static interfaceKey.DefinitionStages.WithKeyThe stage of a key definition allowing to specify whether to create a key or to import a key.static interfaceKey.DefinitionStages.WithKeyOperationsThe stage of a key definition allowing to specify the allowed operations for the key.static interfaceKey.DefinitionStages.WithKeySizeThe stage of a key definition allowing to specify the key size.static interfaceKey.DefinitionStages.WithTagsThe stage of a key definition allowing to specify the tags of the key.
-