public final class CreateKeyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateKeyRequest.Builder
The
CreateKeyRequest builder. |
| Modifier and Type | Method and Description |
|---|---|
JsonWebKeyCurveName |
curve() |
KeyAttributes |
keyAttributes() |
String |
keyName() |
List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> |
keyOperations() |
Integer |
keySize() |
com.microsoft.azure.keyvault.webkey.JsonWebKeyType |
keyType() |
Map<String,String> |
tags() |
String |
vaultBaseUrl() |
public String vaultBaseUrl()
public String keyName()
public com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType()
public Integer keySize()
public List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations()
public KeyAttributes keyAttributes()
public JsonWebKeyCurveName curve()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/