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 23043 - derivedKeyType is unreferenced
Summary: derivedKeyType is unreferenced
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-22 18:20 UTC by Eric Roman
Modified: 2014-02-20 21:32 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2013-08-22 18:20:57 UTC
The IDL for SubtleCrypto.derive() lists a nullable parameter "derivedKeyType". 

However this parameter is not spoken about anywhere in the spec.
Comment 1 Mark Watson 2014-02-20 21:32:32 UTC
With the latest updates, it is normalized and passed to the derive key operation. It's used as the type of the key that you expect to get out of the deriveKey operation.