Uses of Package
com.azure.security.keyvault.keys.cryptography
Packages that use com.azure.security.keyvault.keys.cryptography
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.
-
Classes in com.azure.security.keyvault.keys.cryptography used by com.azure.security.keyvault.keysClassDescriptionThe
CryptographyAsyncClient
provides asynchronous methods to perform cryptographic operations using asymmetric and symmetric keys.TheCryptographyClient
provides synchronous methods to perform cryptographic operations using asymmetric and symmetric keys. -
Classes in com.azure.security.keyvault.keys.cryptography used by com.azure.security.keyvault.keys.cryptographyClassDescriptionThe
CryptographyAsyncClient
provides asynchronous methods to perform cryptographic operations using asymmetric and symmetric keys.TheCryptographyClient
provides synchronous methods to perform cryptographic operations using asymmetric and symmetric keys.This class provides a fluent builder API to help aid the configuration and instantiation of theCryptographyAsyncClient
andCryptographyClient
, by callingCryptographyClientBuilder.buildAsyncClient()
andCryptographyClientBuilder.buildClient()
respectively It constructs an instance of the desired client.The versions of Azure Key Vault Cryptography supported by this client library.This class provides a fluent builder API to help aid the configuration and instantiation of theKeyEncryptionKey async client
andKeyEncryptionKey sync client
, by callingKeyEncryptionKeyClientBuilder.buildAsyncKeyEncryptionKey(String)
andKeyEncryptionKeyClientBuilder.buildKeyEncryptionKey(String)
respectively.