| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.withAttributes(Attributes attributes)
Set the key attributes value.
|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.withHsm(boolean isHsm)
Set the isHsm to true if the key is imported as a hardware key to
HSM, false otherwise.
|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.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.
*/