IndexedDBPrivateKeyStore class
Allows storing keys in the indexed db storage of the browser (NOT ENCRYPTED: DO NOT USE IN THE PRODUCTION)
IndexedDBPrivateKeyStore implements AbstractPrivateKeyStore interface
Signature:
export declare class IndexedDBPrivateKeyStore implements AbstractPrivateKeyStore
Implements: AbstractPrivateKeyStore
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructs a new instance of the IndexedDBPrivateKeyStore class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| storageKey |
| (not declared) |
Methods
| Method | Modifiers | Description |
|---|---|---|
| get(args) | Gets key from the indexed db storage | |
| importKey(args) | Import key to the indexed db storage |