Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StaticKeystoreProvider

StaticKeystoreProvider will look for a privateKeyOverride in the provided options, and bootstrap a Keystore using those options if provided.

If no privateKeyOverride is supplied will throw a KeystoreProviderUnavailableError causing the client to continue iterating through the KeystoreProviders list.

Hierarchy

  • StaticKeystoreProvider

Implements

Index

Constructors

Methods

Constructors

Methods

  • newKeystore(opts: KeystoreProviderOptions): Promise<Keystore>

Generated using TypeDoc