CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.See: Description
| Class | 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. |
| KeyEncryptionKeyAsyncClient |
A key client which is used to asynchronously encrypt, or wrap, another key.
|
| KeyEncryptionKeyClient |
A key client which is used to asynchronously encrypt, or wrap, another key.
|
| 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. |
| Enum | Description |
|---|---|
| CryptographyServiceVersion |
The versions of Azure Key Vault Cryptography supported by this client library.
|
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.Copyright © 2021 Microsoft Corporation. All rights reserved.