Interface Key.UpdateStages.WithKeySize

All Known Subinterfaces:
Key.UpdateWithCreate
Enclosing interface:
Key.UpdateStages

public static interface Key.UpdateStages.WithKeySize
The stage of a key update allowing to specify the key size.
  • Method Summary

    Modifier and Type
    Method
    Description
    withKeySize(int size)
    Specifies the size of the key to create.
  • Method Details

    • 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