You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,7 @@ The <dfn method for="SFrameEncrypterKeyManager">setEncryptionKey(|key|, |keyID|)
363
363
1. If |keyID| is a {{bigint}} which cannot be represented as a integer between 0 and 2<sup>64</sup>-1 inclusive, [=reject=] |promise| with a {{RangeError}} exception and abort these steps.
364
364
1. Set |this|.`[[currentKeyId]]` to |keyId|.
365
365
1. [=In parallel=], run the following steps:
366
-
1. Set |key| and |keyID| as key material to use for the SFrame transform encryption algorithm, as defined by [[RFC9605]].
366
+
1. Set the SFrame transform encryption algorithm's key material to |key| and |keyID|, as defined by [[RFC9605]].
367
367
1. If setting the key material fails, [=queue a task=] to [=reject=] |promise| with an {{InvalidModificationError}} exception and abort these steps.
368
368
1. [=Queue a task=] to [=resolve=] |promise| with undefined.
0 commit comments