Interface Key.DefinitionStages.WithHsm
-
- All Known Subinterfaces:
Key.Definition,Key.DefinitionStages.WithImport
- Enclosing interface:
- Key.DefinitionStages
public static interface Key.DefinitionStages.WithHsmThe stage of a key definition allowing to specify whether to store the key in hardware security modules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.DefinitionStages.WithImportwithHsm(boolean isHsm)Specifies whether to store the key in hardware security modules.
-
-
-
Method Detail
-
withHsm
Key.DefinitionStages.WithImport withHsm(boolean isHsm)
Specifies whether to store the key in hardware security modules.- Parameters:
isHsm- store in Hsm if true- Returns:
- the next stage of the definition
-
-