| Factory |
|
| LibraryHolder |
Delay loading the native libraries until needed.
|
| PageantConnector |
A connector using Pageant's shared memory IPC mechanism.
|
| PageantLibrary |
The PageantLibrary encapsulates the shared memory access and provides
a simple pipe abstraction.
|
| PageantLibrary.CopyStruct |
Windows' COPYDATASTRUCT.
|
| PageantLibrary.PipeImpl |
|
| Sockets |
Common things for socket communication.
|
| Sockets.SockAddr |
Very simple representation of the C SockAddr type.
|
| Texts |
Externalized text messages for localization.
|
| UnixDomainSocketConnector |
JNA-based implementation of communication through a Unix domain socket.
|
| WinPipeConnector |
A connector based on JNA using Windows' named pipes to communicate with an
ssh agent.
|