Commit e3459a5 1 parent 4a2c845 commit e3459a5 Copy full SHA for e3459a5
File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -10749,6 +10749,14 @@ <h4>Operations</h4>
10749
10749
{{DataError}}.
10750
10750
</p>
10751
10751
</li>
10752
+ <li>
10753
+ <p>
10754
+ If the {{JsonWebKey/alg}} field of |jwk| is present and is
10755
+ not "`Ed25519`" or "`EdDSA`",
10756
+ then [= exception/throw =] a
10757
+ {{DataError}}.
10758
+ </p>
10759
+ </li>
10752
10760
<li>
10753
10761
<p>
10754
10762
If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is
@@ -11037,6 +11045,12 @@ <h4>Operations</h4>
11037
11045
"`OKP`".
11038
11046
</p>
11039
11047
</li>
11048
+ <li>
11049
+ <p>
11050
+ Set the `alg` attribute of |jwk| to
11051
+ "`Ed25519`".
11052
+ </p>
11053
+ </li>
11040
11054
<li>
11041
11055
<p>
11042
11056
Set the `crv` attribute of |jwk| to
@@ -15873,7 +15887,8 @@ <h3>Algorithm mappings</h3>
15873
15887
<td>
15874
15888
<pre class=js>
15875
15889
{ kty: "OKP",
15876
- crv: "Ed25519" }
15890
+ crv: "Ed25519",
15891
+ alg: "Ed25519" }
15877
15892
</pre>
15878
15893
</td>
15879
15894
<td>
You can’t perform that action at this time.
0 commit comments