Uses of Class
com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
Packages that use CryptographyAsyncClient
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.-
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.