Uses of Class
com.azure.security.keyvault.keys.cryptography.models.DecryptResult
Packages that use DecryptResult
Package
Description
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.-
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.