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 29766 - references to Key in Key Discovery should be changed to CryptoKey
Summary: references to Key in Key Discovery should be changed to CryptoKey
Status: NEW
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: WebCrypto Key Discovery (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Mark Watson
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-05 12:57 UTC by david_waitzman
Modified: 2016-08-05 12:57 UTC (History)
2 users (show)

See Also:


Attachments

Description david_waitzman 2016-08-05 12:57:31 UTC
In WebCrypto Key Discovery 29 March 2016 version:

6.1 Overview and other places have text
"Keys are returned as NamedKey objects which are subclasses of the Key class."

but a long time ago, the WebCrypto spec changed interface "Key" into interface "CryptoKey".  So many of the references to Key in Key Discovery should be changed to CryptoKey.