Skip to content

Commit

Permalink
Fix w3c#59: Add description of importKey, exportKey and deriveBits in…
Browse files Browse the repository at this point in the history
… Section 19
  • Loading branch information
mwatson2 committed May 24, 2016
1 parent 923fabe commit 939e8d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/Overview-WebCryptoAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3263,11 +3263,21 @@ dictionary <dfn id="dfn-CryptoKeyPair">CryptoKeyPair</dfn> {
<li>
<p>The <a href="#SubtleCrypto-method-generateKey">generateKey</a> method requires the generateKey operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-importKey">importKey</a> method requires the importKey operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-exportKey">exportKey</a> method requires the exportKey operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-deriveKey">deriveKey</a> method requires the
deriveBits operation for the key derivation algorithm and the get length and importKey operations
for the derived key algorithm.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-deriveBits">deriveBits</a> method requires the
deriveBits operation for the key derivation algorithm.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-digest">digest</a> method requires the digest operation.</p>
</li>
Expand Down
10 changes: 10 additions & 0 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -3216,11 +3216,21 @@ <h2>19. Algorithm Overview</h2>
<li>
<p>The <a href="#SubtleCrypto-method-generateKey">generateKey</a> method requires the generateKey operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-importKey">importKey</a> method requires the importKey operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-exportKey">exportKey</a> method requires the exportKey operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-deriveKey">deriveKey</a> method requires the
deriveBits operation for the key derivation algorithm and the get length and importKey operations
for the derived key algorithm.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-deriveBits">deriveBits</a> method requires the
deriveBits operation for the key derivation algorithm.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-digest">digest</a> method requires the digest operation.</p>
</li>
Expand Down

0 comments on commit 939e8d7

Please sign in to comment.