public static interface Key.DefinitionStages.WithKey
| Modifier and Type | Method and Description |
|---|---|
Key.DefinitionStages.WithCreate |
withKeyTypeToCreate(com.azure.security.keyvault.keys.models.KeyType keyType)
Specifies a key type to create a new key.
|
Key.DefinitionStages.WithImport |
withLocalKeyToImport(com.azure.security.keyvault.keys.models.JsonWebKey key)
Specifies an existing key to import.
|
Key.DefinitionStages.WithCreate withKeyTypeToCreate(com.azure.security.keyvault.keys.models.KeyType keyType)
keyType - the JWK type to createKey.DefinitionStages.WithImport withLocalKeyToImport(com.azure.security.keyvault.keys.models.JsonWebKey key)
key - the existing JWK to importCopyright © 2020 Microsoft Corporation. All rights reserved.