LocalStoragePrivateKeyStore class
Allows storing keys in the local storage of the browser (NOT ENCRYPTED: DO NOT USE IN THE PRODUCTION)
LocalStoragePrivateKeyStore implements AbstractPrivateKeyStore interface
Signature:
export declare class LocalStoragePrivateKeyStore implements AbstractPrivateKeyStore
Implements: AbstractPrivateKeyStore
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| storageKey |
| (not declared) |
Methods
| Method | Modifiers | Description |
|---|---|---|
| get(args) | Gets key from the local storage | |
| importKey(args) | Import key to the local storage |