public static interface Key.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Key.DefinitionStages.Blank
The first stage of a key definition.
|
static interface |
Key.DefinitionStages.WithAttributes
The stage of a key definition allowing to specify the attributes of the key.
|
static interface |
Key.DefinitionStages.WithCreate
The stage of the key definition which contains all the minimum required inputs for
the key to be created but also allows for any other optional settings to be specified.
|
static interface |
Key.DefinitionStages.WithCreateBase
The base stage of the key definition allowing for any other optional settings to be specified.
|
static interface |
Key.DefinitionStages.WithHsm
The stage of a key definition allowing to specify whether to store the key in
hardware security modules.
|
static interface |
Key.DefinitionStages.WithImport
The stage of the key definition which contains all the minimum required inputs for
the key to be imported but also allows for any other optional settings to be specified.
|
static interface |
Key.DefinitionStages.WithKey
The stage of a key definition allowing to specify whether
to create a key or to import a key.
|
static interface |
Key.DefinitionStages.WithKeyOperations
The stage of a key definition allowing to specify the allowed operations for the key.
|
static interface |
Key.DefinitionStages.WithKeySize
The stage of a key definition allowing to specify the key size.
|
static interface |
Key.DefinitionStages.WithTags
The stage of a key definition allowing to specify the tags of the key.
|
Copyright © 2019. All rights reserved.