Further revisions for pubready
author"arangana <arun@mozilla.com>"
Fri, 21 Dec 2012 14:22:12 -0500
changeset 18 9936c403e65a
parent 17 7f4a93490581
child 19 063b051912da
Further revisions for pubready
Overview.html
--- a/Overview.html	Fri Dec 21 14:17:02 2012 -0500
+++ b/Overview.html	Fri Dec 21 14:22:12 2012 -0500
@@ -381,7 +381,7 @@
       </code></pre></div></div>
 <p>The ellipsis have been added for brevity.</p>
     </div>
-<p>Logging on to EWA, Tantek is prompted to import Ryan's contact information from his web page, and is notified that Ryan's public key will also be imported.  EWA then begins the process of importing Ryan's PGP key, since it understands how to parse public keys within <a href="#hCard">hCard</a> content (see also <a href="#keyexamples">key examples</a>).  In order to import the key for storage under EWA's origin, it must first "scrub" the key format to be in one of the accepted import formats of the <a href="#WebCrypto">WebCrypto API</a>.</p>
+<p>Logging on to EWA, Tantek is prompted to import Ryan's contact information from his web page, and is notified that Ryan's public key will also be imported.  EWA then begins the process of importing Ryan's PGP key, since it understands how to parse public keys within <a href="#hcard">hCard</a> content (see also <a href="#keyexamples">key examples</a>).  In order to import the key for storage under EWA's origin, it must first "scrub" the key format to be in one of the accepted import formats of the <a href="#WebCrypto">WebCrypto API</a>.</p>
 <div class="example"><div class="exampleHeader">Example</div>
 <p>Here, the Contacts API [cf. <a href="#MozillaContacts">Mozilla</a>][cf. <a href="#GoogleContacts">Google</a>][cf. <a href="#DAPContacts">DAP</a>] could be used to procure Ryan's contact information, and can be one way of importing the key for use by an application such as EWA.  Due the same origin policy [cf. <a href="#HTML">HTML</a>], EWA must import the key, so that operations conducted with it fall under the domain of EWA.  Convert the key to <a href="#JWK">JSON Web Key</a> format, which the <a href="#WebCrypto">WebCrypto API</a> accepts if converted to octets, and then import it for use within the web application.</p>
 <div class="block"><div class="blockTitleDiv"><span class="blockTitle">ECMAScript</span></div><div class="blockContent"><pre class="code"><code class="es-code">