Skip to main content

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

ConstructorModifiersDescription
(constructor)()Constructs a new instance of the IndexedDBPrivateKeyStore class

Properties

PropertyModifiersTypeDescription
storageKey

static

readonly

(not declared)

Methods

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