| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.implementation |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyBundle |
KeyVaultClientCustom.createKey(CreateKeyRequest createKeyRequest)
Creates a new key, stores it, then returns key parameters and attributes to
the client.
|
com.microsoft.rest.ServiceFuture<KeyBundle> |
KeyVaultClientCustom.createKeyAsync(CreateKeyRequest createKeyRequest,
com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to
the client.
|
| Modifier and Type | Method and Description |
|---|---|
KeyBundle |
KeyVaultClientCustomImpl.createKey(CreateKeyRequest createKeyRequest)
Creates a new key, stores it, then returns key parameters and attributes to
the client.
|
com.microsoft.rest.ServiceFuture<KeyBundle> |
KeyVaultClientCustomImpl.createKeyAsync(CreateKeyRequest createKeyRequest,
com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to
the client.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyRequest |
CreateKeyRequest.Builder.build()
builds the
CreateKeyRequest object. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/