Key.DefinitionStages.WithKeySize Interface

public static interface Key.DefinitionStages.WithKeySize

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

Method Summary

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

Specifies the size of the key to create.

Method Details

withKeySize

public abstract Key.DefinitionStages.WithCreate 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 definition

Applies to