Uses of Class
com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
Packages that use CryptographyAsyncClient
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting
and decrypting data.
-
Uses of CryptographyAsyncClient in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return CryptographyAsyncClientModifier and TypeMethodDescriptionKeyAsyncClient.getCryptographyAsyncClient(String keyName) Creates aCryptographyAsyncClientfor the latest version of a given key.KeyAsyncClient.getCryptographyAsyncClient(String keyName, String keyVersion) Creates aCryptographyAsyncClientfor a given key version. -
Uses of CryptographyAsyncClient in com.azure.security.keyvault.keys.cryptography
Subclasses of CryptographyAsyncClient in com.azure.security.keyvault.keys.cryptographyModifier and TypeClassDescriptionfinal classA key client which is used to asynchronously wrap or unwrap another key.Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyAsyncClientModifier and TypeMethodDescriptionCryptographyClientBuilder.buildAsyncClient()Creates aCryptographyAsyncClientbased on options set in the builder.