Expand description

Client / server keystore items for dealing with ipc keystores, both unix domain sockets and windows named pipes.

Structs§

  • Client connection options for customizing how to connect to an ipc server.
  • Server keystore item for dealing with ipc keystores, both unix domain sockets and windows named pipes.

Functions§

  • Connect to an IpcKeystoreServer instance via unix domain socket on linux/macOs or named pipe on windows. This constructor will first validate server authenticity, then unlock the connection with the supplied passphrase.
  • Connect to an IpcKeystoreServer instance via unix domain socket on linux/macOs or named pipe on windows. This variant is identical to ipc_keystore_connect but allows additional less-used configuration options.