Uses of Class
com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Packages that use EncryptResult Package Description com.azure.security.keyvault.keys.cryptography Package containing classes for creatingCryptographyAsyncClientandCryptographyClientto perform cryptography operations. -
-
Uses of EncryptResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return EncryptResult Modifier and Type Method Description EncryptResultCryptographyClient. encrypt(EncryptionAlgorithm algorithm, byte[] plaintext)Encrypts an arbitrary sequence of bytes using the configured key.EncryptResultCryptographyClient. encrypt(EncryptionAlgorithm algorithm, byte[] plaintext, com.azure.core.util.Context context)Encrypts an arbitrary sequence of bytes using the configured key.EncryptResultCryptographyClient. 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 EncryptResult Modifier and Type Method Description Mono<EncryptResult>CryptographyAsyncClient. encrypt(EncryptionAlgorithm algorithm, byte[] plaintext)Encrypts an arbitrary sequence of bytes using the configured key.Mono<EncryptResult>CryptographyAsyncClient. encrypt(EncryptParameters encryptParameters)Encrypts an arbitrary sequence of bytes using the configured key.
-