Options
All
  • Public
  • Public/Protected
  • All
Menu

An implementation of a KeyStore that saves all keys to a folder on the hard drive.

Hierarchy

  • KeyStoreFileSystem

Implements

Index

Constructors

constructor

  • Create a new [[KeyStoreFilesystem]] that stores its data in the given directory. No other data should be saved there.

    Parameters

    • path: string

      The directory to save the key files in.

    Returns KeyStoreFileSystem

Methods

close

  • close(): Promise<void>

getBvKey

getSaveKey

  • getSaveKey(stamp: string): Promise<SaveKey>

persistBvKey

persistSaveKey

  • persistSaveKey(key: SaveKey): Promise<void>

setBvKey

setKey

setOrMergeBvKey

setOrMergeSaveKey

  • setOrMergeSaveKey(key: SaveKey): Promise<void>

setSaveKey

  • setSaveKey(key: SaveKey): Promise<void>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc