Skip to content

Commit

Permalink
Document that public_exponent applies only to MHSM (Azure#21762)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored and kayousef committed Dec 21, 2022
1 parent d046489 commit 65bdc57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@
"public_exponent": {
"type": "integer",
"format": "int32",
"description": "The public exponent for a RSA key."
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
},
"key_ops": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@
"public_exponent": {
"type": "integer",
"format": "int32",
"description": "The public exponent for a RSA key."
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
},
"key_ops": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@
"public_exponent": {
"type": "integer",
"format": "int32",
"description": "The public exponent for a RSA key."
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
},
"key_ops": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@
"public_exponent": {
"type": "integer",
"format": "int32",
"description": "The public exponent for a RSA key."
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
},
"key_ops": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@
"public_exponent": {
"type": "integer",
"format": "int32",
"description": "The public exponent for a RSA key."
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
},
"key_ops": {
"type": "array",
Expand Down

0 comments on commit 65bdc57

Please sign in to comment.