public static interface Key.DefinitionStages.WithKey
| Modifier and Type | Method and Description |
|---|---|
Key.DefinitionStages.WithCreate |
withKeyTypeToCreate(com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType)
Specifies a key type to create a new key.
|
Key.DefinitionStages.WithImport |
withLocalKeyToImport(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
Specifies an existing key to import.
|
Key.DefinitionStages.WithCreate withKeyTypeToCreate(com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType)
keyType - the JWK type to createKey.DefinitionStages.WithImport withLocalKeyToImport(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
key - the existing JWK to import/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/