| 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.importKey(ImportKeyRequest importKeyRequest)
Imports an externally created key, stores it, and returns key parameters and
attributes to the client.
|
com.microsoft.rest.ServiceFuture<KeyBundle> |
KeyVaultClientCustom.importKeyAsync(ImportKeyRequest importKeyRequest,
com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and
attributes to the client.
|
| Modifier and Type | Method and Description |
|---|---|
KeyBundle |
KeyVaultClientCustomImpl.importKey(ImportKeyRequest importKeyRequest)
Imports an externally created key, stores it, and returns key parameters and
attributes to the client.
|
com.microsoft.rest.ServiceFuture<KeyBundle> |
KeyVaultClientCustomImpl.importKeyAsync(ImportKeyRequest importKeyRequest,
com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and
attributes to the client.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyRequest |
ImportKeyRequest.Builder.build()
builds the
ImportKeyRequest object. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/