Commit d476db9
authored
[KeyVault] Add createOctKey convenience method and relevant options. (Azure#13522)
## What
- Add `createOctKey` method to support creating keys of type `oct` and `oct-HSM`
- Add `createOctKeyOptions` supporting `hsm` (keySize is already supported at the `createKeyOptions` interface)
## Why
- This adds the same convenience layer we have for createEcKey, createRsaKey, etc....1 parent 139774f commit d476db9
File tree
7 files changed
+417
-3
lines changed- sdk/keyvault/keyvault-keys
- recordings
- browsers/keys_client__create_read_update_and_delete_operations
- node/keys_client__create_read_update_and_delete_operations
- review
- src
- test/public
7 files changed
+417
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| 171 | + | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
| |||
0 commit comments