| Package | Description |
|---|---|
| com.azure.security.keyvault.keys.cryptography |
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations. |
| Modifier and Type | Method and Description |
|---|---|
EncryptResult |
CryptographyClient.encrypt(EncryptionAlgorithm algorithm,
byte[] plaintext)
Encrypts an arbitrary sequence of bytes using the configured key.
|
EncryptResult |
CryptographyClient.encrypt(EncryptionAlgorithm algorithm,
byte[] plaintext,
com.azure.core.util.Context context)
Encrypts an arbitrary sequence of bytes using the configured key.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.