Skip to content

Commit

Permalink
Add 6 more algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxgit committed May 1, 2020
1 parent a0d1c23 commit 1fe5241
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,13 @@
"A256GCM",
"A128KW",
"A192KW",
"A256KW"
"A256KW",
"A128CBC",
"A192CBC",
"A256CBC",
"A128CBCPAD",
"A192CBCPAD",
"A256CBCPAD"
],
"x-ms-enum": {
"name": "JsonWebKeyEncryptionAlgorithm",
Expand Down

0 comments on commit 1fe5241

Please sign in to comment.