Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileBasedKeySupplier

Hierarchy

  • FileBasedKeySupplier

Implements

Constructors

constructor

  • new FileBasedKeySupplier(privateKeyPath: string, passphrasePath?: undefined | string): FileBasedKeySupplier

Properties

Private keyPair

keyPair: KeyPair

Private Optional passphrasePath

passphrasePath: undefined | string

Private privateKeyPath

privateKeyPath: string

Accessors

privateKey

  • get privateKey(): string

publicKey

  • get publicKey(): string

Methods

getKeyPair

refreshKeys

  • refreshKeys(): void