Key.DefinitionStages.WithHsm Interface

public static interface Key.DefinitionStages.WithHsm

The stage of a key definition allowing to specify whether to store the key in hardware security modules.

Method Summary

Modifier and Type Method and Description
abstract WithImport withHsm(boolean isHsm)

Specifies whether to store the key in hardware security modules.

Method Details

withHsm

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

Applies to