Privacy/Features/DOMCryptAPISpec/Latest: Difference between revisions

Jump to navigation Jump to search
Line 47: Line 47:


A JSON Object which labels the Key Pairs, staring with a "default" Key Pair. This allows for multiple Key Pairs in the future.
A JSON Object which labels the Key Pairs, staring with a "default" Key Pair. This allows for multiple Key Pairs in the future.
 
<pre class="brush:js;toolbar:false;">
  {
  {
   "default": {
   "default": {
Line 57: Line 57:
     "algorithm" : "AES_256_CBC",  
     "algorithm" : "AES_256_CBC",  
   }   
   }   
</pre>


;cipherAddressbook
;cipherAddressbook


The JSON object containing a user's contact's Public Keys
The JSON object containing a user's contact's Public Keys
<pre  class="brush:js;toolbar:false;">
   [
   [
     {
     {
Line 70: Line 72:
     },
     },
   ]
   ]
</pre>


== Browser Window property  ==
== Browser Window property  ==
564

edits

Navigation menu