Uses of Class
com.azure.security.keyvault.keys.cryptography.models.EncryptResult
Packages that use EncryptResult
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 EncryptResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return EncryptResultModifier and TypeMethodDescriptionCryptographyClient.encrypt
(EncryptionAlgorithm algorithm, byte[] plaintext) Encrypts an arbitrary sequence of bytes using the configured key.CryptographyClient.encrypt
(EncryptionAlgorithm algorithm, byte[] plaintext, com.azure.core.util.Context context) Encrypts an arbitrary sequence of bytes using the configured key.CryptographyClient.encrypt
(EncryptParameters encryptParameters, com.azure.core.util.Context context) Encrypts an arbitrary sequence of bytes using the configured key.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type EncryptResultModifier and TypeMethodDescriptionCryptographyAsyncClient.encrypt
(EncryptionAlgorithm algorithm, byte[] plaintext) Encrypts an arbitrary sequence of bytes using the configured key.CryptographyAsyncClient.encrypt
(EncryptParameters encryptParameters) Encrypts an arbitrary sequence of bytes using the configured key.