Skip to main content

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

PropertyModifiersTypeDescription
storageKey

static

readonly

(not declared)

Methods

MethodModifiersDescription
get(args)Gets key from the local storage
importKey(args)Import key to the local storage