Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Keystore

Hierarchy

  • Keystore

Index

Properties

Properties

Crypto

Crypto: { cipherparams: { counter: number }; ciphertext: string; kdfparams: { c: number; dklen: number; prf: string; salt: string } }

Type declaration

  • cipherparams: { counter: number }
    • counter: number
  • ciphertext: string
  • kdfparams: { c: number; dklen: number; prf: string; salt: string }
    • c: number
    • dklen: number
    • prf: string
    • salt: string

publicKey

publicKey: string

Generated using TypeDoc