Add algorithms to EncryptionAlgorithm for Key Vault #14805
Labels
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
KeyVault
Milestone
For Key Vault 7.2-preview, to
EncryptionAlgorithm
(in swagger, theKeyOperationsParameters
model), add the following algorithms:As many of these as possible should be supported locally without writing our own cryptography.
Also add the following properties:
Iv
(model property:iv
)AdditionalAuthenticatedData
(model property:aad
)Tag
(model property:tag
)These will likely need to be in a new options type/parameter passed to
Encrypt
andDecrypt
.See the service version 7.1 -> 7.2-preview diff 🔒 for details.
The text was updated successfully, but these errors were encountered: