Documentation ¶
Index ¶
Constants ¶
View Source
const EngineId = "pkcs11"
Variables ¶
View Source
var Engine = &engine{}
engine supporting generic PKCS#11 HSM driver possible key URLs:
- `pkcs11:/usr/lib/softhsm/libsofthsm2.so?slot=0&id=2171` - full driver path
- `pkcs11:softhsm2?slot=0&id=2171` - driver id, driver will be loaded according to following rules: driver id converted to OS specific library file name (on *nix `lib${driver}.so`) then loaded according to dynamic loader configuration (on *nix according to http://man7.org/linux/man-pages/man3/dlopen.3.html)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.