public class KeyImportParameters extends Object
| Constructor and Description |
|---|
KeyImportParameters() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
hsm()
Get the hsm value.
|
com.microsoft.azure.keyvault.webkey.JsonWebKey |
key()
Get the key value.
|
KeyAttributes |
keyAttributes()
Get the keyAttributes value.
|
Map<String,String> |
tags()
Get the tags value.
|
KeyImportParameters |
withHsm(Boolean hsm)
Set the hsm value.
|
KeyImportParameters |
withKey(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
Set the key value.
|
KeyImportParameters |
withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
KeyImportParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public Boolean hsm()
public KeyImportParameters withHsm(Boolean hsm)
hsm - the hsm value to setpublic com.microsoft.azure.keyvault.webkey.JsonWebKey key()
public KeyImportParameters withKey(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
key - the key value to setpublic KeyAttributes keyAttributes()
public KeyImportParameters withKeyAttributes(KeyAttributes keyAttributes)
keyAttributes - the keyAttributes value to setpublic KeyImportParameters withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/