| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyVaultClientCustom
The interface for the Key Vault Client custom class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyVaultClient
Class for Key Vault Client.
|
| Modifier and Type | Method and Description |
|---|---|
KeyVaultClientBase |
KeyVaultClientBase.withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
|
KeyVaultClientBase |
KeyVaultClientBase.withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.
|
KeyVaultClientBase |
KeyVaultClientBase.withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyVaultClientBaseImpl
Initializes a new instance of the KeyVaultClientBaseImpl class.
|
class |
KeyVaultClientCustomImpl
Implementation of Key Vault Custom Client to maintain backwards compatibility.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/