Uses of Class
com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
Packages that use UnwrapResult
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 UnwrapResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return UnwrapResultModifier and TypeMethodDescriptionCryptographyClient.unwrapKey
(KeyWrapAlgorithm algorithm, byte[] encryptedKey) Unwraps a symmetric key using the configured key that was initially used for wrapping that key.CryptographyClient.unwrapKey
(KeyWrapAlgorithm algorithm, byte[] encryptedKey, com.azure.core.util.Context context) Unwraps a symmetric key using the configured key that was initially used for wrapping that key.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type UnwrapResultModifier and TypeMethodDescriptionCryptographyAsyncClient.unwrapKey
(KeyWrapAlgorithm algorithm, byte[] encryptedKey) Unwraps a symmetric key using the configured key that was initially used for wrapping that key.