Key.UpdateStages.WithKeySize Interface

public static interface Key.UpdateStages.WithKeySize

The stage of a key update allowing to specify the key size.

Method Summary

Modifier and Type Method and Description
abstract UpdateWithCreate withKeySize(int size)

Specifies the size of the key to create.

Method Details

withKeySize

public abstract 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

Applies to