| 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
cryptography async client and cryptography sync client,
by calling buildAsyncClient and 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
It constructs an instance of the desired client. |
Copyright © 2021 Microsoft Corporation. All rights reserved.