Interface Key.UpdateStages.WithKeySize
-
- All Known Subinterfaces:
Key.UpdateWithCreate
- Enclosing interface:
- Key.UpdateStages
public static interface Key.UpdateStages.WithKeySizeThe stage of a key update allowing to specify the key size.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.UpdateWithCreatewithKeySize(int size)Specifies the size of the key to create.
-
-
-
Method Detail
-
withKeySize
Key.UpdateWithCreate withKeySize(int size)
Specifies the size of the key to create.- Parameters:
size- the size of the key in integer- Returns:
- the next stage of the update
-
-