KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.See: Description
| Class | Description |
|---|---|
| KeyAsyncClient |
The
KeyAsyncClient provides asynchronous methods to manage keys in the Azure Key Vault. |
| KeyClient | |
| KeyClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret async client and secret sync client, by calling
buildAsyncClient and buildClient
respectively. |
| Enum | Description |
|---|---|
| KeyServiceVersion |
The versions of Azure Key Vault Key supported by this client library.
|
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.