azure-spring-boot-bom_3.5.0
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.