Name |
Synopsis |
.. |
client
|
Package client is a cross-platform client for the signer binary (a.k.a."EnterpriseCertSigner").
|
util
|
Package util provides helper functions for the client.
|
cshared
|
This package is intended to be compiled into a C shared library for use by non-Golang clients to perform certificate and signing operations.
|
darwin
|
Package darwin contains a darwin-specific client for accessing the keychain APIs directly, bypassing the RPC mechanism of the universal client.
|
linux
|
Package linux contains a linux-specific client for accessing the PKCS#11 APIs directly, bypassing the RPC-mechanism of the universal client.
|
windows
|
Package windows contains a windows-specific client for accessing the ncrypt APIs directly, bypassing the RPC-mechanism of the universal client.
|