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 24737 - HmacKeyAlgorithm should be interface not dictionary
Summary: HmacKeyAlgorithm should be interface not dictionary
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-20 02:23 UTC by Eric Roman
Modified: 2014-02-26 21:23 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2014-02-20 02:23:28 UTC
dictionary HmacKeyAlgorithm : KeyAlgorithm {
  // The inner hash function to use.
  KeyAlgorithm hash;
};

KeyAlgorithm however is an interface, as are the other ones which inherit KeyAlgorithm.
Comment 1 Mark Watson 2014-02-26 21:23:55 UTC
This was fixed in changeset 6973f252d137