Interface Key.UpdateStages.WithHsm
-
- All Known Subinterfaces:
Key.UpdateWithImport
- Enclosing interface:
- Key.UpdateStages
public static interface Key.UpdateStages.WithHsmThe stage of a key update 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.UpdateWithImportwithHsm(boolean isHsm)Specifies whether to store the key in hardware security modules.
-
-
-
Method Detail
-
withHsm
Key.UpdateWithImport 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 update
-
-