Uses of Class
com.azure.security.keyvault.keys.cryptography.CryptographyClient
Packages that use CryptographyClient
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 CryptographyClient in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return CryptographyClientModifier and TypeMethodDescriptionKeyClient.getCryptographyClient
(String keyName) Creates aCryptographyClient
for the latest version of a given key.KeyClient.getCryptographyClient
(String keyName, String keyVersion) Creates aCryptographyClient
for a given key version. -
Uses of CryptographyClient in com.azure.security.keyvault.keys.cryptography
Subclasses of CryptographyClient in com.azure.security.keyvault.keys.cryptographyModifier and TypeClassDescriptionfinal class
A key client which is used to synchronously wrap or unwrap another key.Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyClientModifier and TypeMethodDescriptionCryptographyClientBuilder.buildClient()
Creates aCryptographyClient
based on options set in the builder.