BrowserID Key Wrapping: Difference between revisions

Line 21: Line 21:
       },
       },
       function(error) {});
       function(error) {});
  }


The plaintext key must be base64-encoded. The wrappedKey that is passed back is also base64-encoded.
The plaintext key must be base64-encoded. The wrappedKey that is passed back is also base64-encoded. The plaintext is expected to be fairly short: mostly this is for wrapping other keys.


=== Internal API ===
=== Internal API ===
668

edits