| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
KeyImportParameters |
KeyImportParameters.withHsm(Boolean hsm)
Set the hsm value.
|
KeyImportParameters |
KeyImportParameters.withKey(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
Set the key value.
|
KeyImportParameters |
KeyImportParameters.withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
KeyImportParameters |
KeyImportParameters.withTags(Map<String,String> tags)
Set the tags value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/