public static interface Key.UpdateStages.WithKey
Modifier and Type | Method and Description |
---|---|
Key.UpdateWithCreate |
withKeyTypeToCreate(com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType)
Specifies a key type to create a new key version.
|
Key.UpdateWithImport |
withLocalKeyToImport(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
Specifies an existing key to import as a new version.
|
Key.UpdateWithCreate withKeyTypeToCreate(com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType)
keyType
- the JWK type to createKey.UpdateWithImport withLocalKeyToImport(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
key
- the existing JWK to importCopyright © 2019. All rights reserved.