Module: keyring/localstore

keyring/localstore

new require("keyring/localstore")()

Source:
Source:

Methods

init()

Initialization routine for the keyring. This method reads the keyring from HTML5 local storage and initializes this instance. This method is called by openpgp.init().
Source:

store()

Saves the current state of the keyring to HTML5 local storage. The privateKeys array and publicKeys array gets Stringified using JSON
Source: