Uses of Class
com.azure.security.keyvault.keys.cryptography.CryptographyClient
Packages that use CryptographyClient
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 CryptographyClient in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return CryptographyClientModifier and TypeMethodDescriptionKeyClient.getCryptographyClient(String keyName) Creates aCryptographyClientfor the latest version of a given key.KeyClient.getCryptographyClient(String keyName, String keyVersion) Creates aCryptographyClientfor a given key version. -
Uses of CryptographyClient in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyClientModifier and TypeMethodDescriptionCryptographyClientBuilder.buildClient()Creates aCryptographyClientbased on options set in the builder.