Uses of Class
com.azure.security.keyvault.keys.cryptography.models.DecryptResult
Packages that use DecryptResult
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 DecryptResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return DecryptResultModifier and TypeMethodDescriptionCryptographyClient.decrypt
(DecryptParameters decryptParameters, com.azure.core.util.Context context) Decrypts a single block of encrypted data using the configured key and specified algorithm.CryptographyClient.decrypt
(EncryptionAlgorithm algorithm, byte[] ciphertext) Decrypts a single block of encrypted data using the configured key and specified algorithm.CryptographyClient.decrypt
(EncryptionAlgorithm algorithm, byte[] ciphertext, com.azure.core.util.Context context) Decrypts a single block of encrypted data using the configured key and specified algorithm.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type DecryptResultModifier and TypeMethodDescriptionCryptographyAsyncClient.decrypt
(DecryptParameters decryptParameters) Decrypts a single block of encrypted data using the configured key and specified algorithm.CryptographyAsyncClient.decrypt
(EncryptionAlgorithm algorithm, byte[] ciphertext) Decrypts a single block of encrypted data using the configured key and specified algorithm.