Module lair_keystore_api::ipc_keystore[][src]

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.