This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24722 - wrapKey method step (2) doesn't seem right
Summary: wrapKey method step (2) doesn't seem right
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 02:56 UTC by Eric Roman
Modified: 2014-02-20 20:05 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2014-02-19 02:56:25 UTC
The wrapKey method step says:

(2) If normalizedAlgorithm does not describe a registered algorithm that supports the deriveKey operation, throw a NotSupportedError and terminate the algorithm.

Note that it says "supports deriveKey operation". I believe that should be "supports wrapKey operation".