public static interface Key.UpdateStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Key.UpdateStages.WithAttributes
The stage of a key update allowing to specify the attributes of the key.
|
static interface |
Key.UpdateStages.WithHsm
The stage of a key update allowing to specify whether to store the key in
hardware security modules.
|
static interface |
Key.UpdateStages.WithKey
The stage of a key update allowing to create a new version of the key.
|
static interface |
Key.UpdateStages.WithKeyOperations
The stage of a key update allowing to specify the allowed operations for the key.
|
static interface |
Key.UpdateStages.WithKeySize
The stage of a key update allowing to specify the key size.
|
static interface |
Key.UpdateStages.WithTags
The stage of a key update allowing to specify the tags of the key.
|
Copyright © 2019. All rights reserved.