-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to Key Vault Keys to align with other languages for GA. (#21734)
* Re-ordered parameters in EncryptResult to show authenticationTag before additionalAuthenticatedData to match other classes like DecryptParameters. * Removed EXPORT from the KeyOperation enum. * Added factory methods for RSA algorithms in DecryptParameters and EncryptParameters. * Added createOctKey() and createOctKeyWithResponse() to KeyClient and KeyAsyncClient. * Fixed CheckStyle issue. * Updated CHANGELOG. * Changed usages of AES key to symmetric key in KeyClient, KeyAsyncClient and CreateOctKeyOptions. Corrected a small mistake in CreateRsaKeyOptions.
- Loading branch information
Showing
13 changed files
with
319 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.