Interface Key.DefinitionStages
- Enclosing interface:
- Key
public static interface Key.DefinitionStages
Grouping of key definition stages.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The first stage of a key definition.static interface
The stage of a key definition allowing to specify the attributes of the key.static interface
The 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 interface
The base stage of the key definition allowing for any other optional settings to be specified.static interface
The stage of a key definition allowing to specify whether to store the key in hardware security modules.static interface
The 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 interface
The stage of a key definition allowing to specify whether to create a key or to import a key.static interface
The stage of a key definition allowing to specify the allowed operations for the key.static interface
The stage of a key definition allowing to specify the key size.static interface
The stage of a key definition allowing to specify the tags of the key.