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