javascript questions regarding BrowserID

I am trying to understand how the code in BrowerId works. It is described here http://lloyd.io/how-browserid-works

It mentions the following methods

   navigator.id.genKeyPair()
   navigator.id.registerVerifiedEmail()

are those described anywhere? I think the registerVerifiedEmail is a method written in 
     https://browserid.org/include.js

I want to find out where the code is that fetches the key from the keystore is, and understand how that
works.

    Henry


Social Web Architect
http://bblfish.net/

Received on Saturday, 16 July 2011 16:35:59 UTC