Uses of Class
com.azure.security.keyvault.keys.cryptography.models.DecryptResult
-
Packages that use DecryptResult Package Description com.azure.security.keyvault.keys.cryptography Package containing classes for creatingCryptographyAsyncClientandCryptographyClientto perform cryptography operations. -
-
Uses of DecryptResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return DecryptResult Modifier and Type Method Description DecryptResultCryptographyClient. decrypt(DecryptParameters decryptParameters, com.azure.core.util.Context context)Decrypts a single block of encrypted data using the configured key and specified algorithm.DecryptResultCryptographyClient. decrypt(EncryptionAlgorithm algorithm, byte[] ciphertext)Decrypts a single block of encrypted data using the configured key and specified algorithm.DecryptResultCryptographyClient. 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 DecryptResult Modifier and Type Method Description Mono<DecryptResult>CryptographyAsyncClient. decrypt(DecryptParameters decryptParameters)Decrypts a single block of encrypted data using the configured key and specified algorithm.Mono<DecryptResult>CryptographyAsyncClient. decrypt(EncryptionAlgorithm algorithm, byte[] ciphertext)Decrypts a single block of encrypted data using the configured key and specified algorithm.
-