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 importCopyright © 2019. All rights reserved.