Documentation
    Preparing search index...

    File-backed IAgentKeyStore for Node.js platforms.

    Persists the agent's raw Ed25519 private key at a single path so the node keeps a stable identity across restarts. The key is a secret: it is written with owner-only (0600) permissions, and loadKey refuses to read a key file that any group or other user can access.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Loads the agent's private key, or returns undefined if not found. The key is expected to be in raw binary format.

      Returns Promise<Uint8Array<ArrayBufferLike> | undefined>