| Package | Description |
|---|---|
| com.azure.security.keyvault.keys.cryptography |
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations. |
| Class and Description |
|---|
| CryptographyAsyncClient
The
CryptographyAsyncClient provides asynchronous methods to perform cryptographic operations using
asymmetric and symmetric keys. |
| CryptographyClient
The
CryptographyClient provides synchronous methods to perform cryptographic operations using asymmetric and
symmetric keys. |
| CryptographyClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of the
CryptographyAsyncClient and CryptographyClient, by calling
CryptographyClientBuilder.buildAsyncClient() and CryptographyClientBuilder.buildClient() respectively
It constructs an instance of the desired client. |
| CryptographyServiceVersion
The versions of Azure Key Vault Cryptography supported by this client library.
|
| KeyEncryptionKeyClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of the
KeyEncryptionKey async client and
KeyEncryptionKey sync client, by calling
KeyEncryptionKeyClientBuilder.buildAsyncKeyEncryptionKey(String) and
KeyEncryptionKeyClientBuilder.buildKeyEncryptionKey(String) respectively. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.