| 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.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedKeyBundle |
KeyVaultClientBase.deleteKey(String vaultBaseUrl,
String keyName)
Deletes a key of any type from storage in Azure Key Vault.
|
DeletedKeyBundle |
KeyVaultClientBase.getDeletedKey(String vaultBaseUrl,
String keyName)
Gets the public part of a deleted key.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeletedKeyBundle> |
KeyVaultClientBase.deleteKeyAsync(String vaultBaseUrl,
String keyName)
Deletes a key of any type from storage in Azure Key Vault.
|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBase.deleteKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>> |
KeyVaultClientBase.deleteKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName)
Deletes a key of any type from storage in Azure Key Vault.
|
rx.Observable<DeletedKeyBundle> |
KeyVaultClientBase.getDeletedKeyAsync(String vaultBaseUrl,
String keyName)
Gets the public part of a deleted key.
|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBase.getDeletedKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>> |
KeyVaultClientBase.getDeletedKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName)
Gets the public part of a deleted key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBase.deleteKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.
|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBase.getDeletedKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedKeyBundle |
KeyVaultClientBaseImpl.deleteKey(String vaultBaseUrl,
String keyName)
Deletes a key of any type from storage in Azure Key Vault.
|
DeletedKeyBundle |
KeyVaultClientBaseImpl.getDeletedKey(String vaultBaseUrl,
String keyName)
Gets the public part of a deleted key.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeletedKeyBundle> |
KeyVaultClientBaseImpl.deleteKeyAsync(String vaultBaseUrl,
String keyName)
Deletes a key of any type from storage in Azure Key Vault.
|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBaseImpl.deleteKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>> |
KeyVaultClientBaseImpl.deleteKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName)
Deletes a key of any type from storage in Azure Key Vault.
|
rx.Observable<DeletedKeyBundle> |
KeyVaultClientBaseImpl.getDeletedKeyAsync(String vaultBaseUrl,
String keyName)
Gets the public part of a deleted key.
|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBaseImpl.getDeletedKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>> |
KeyVaultClientBaseImpl.getDeletedKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName)
Gets the public part of a deleted key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBaseImpl.deleteKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.
|
com.microsoft.rest.ServiceFuture<DeletedKeyBundle> |
KeyVaultClientBaseImpl.getDeletedKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedKeyBundle |
DeletedKeyBundle.withRecoveryId(String recoveryId)
Set the recoveryId value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/