Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + func FindPKCS11Lib() (lib, pin, label string) + func New(opts PKCS11Opts, keyStore bccsp.KeyStore) (bccsp.BCCSP, error) + type DummyKeystoreOpts struct + type FileKeystoreOpts struct + KeyStorePath string + type PKCS11Opts struct + DummyKeystore *DummyKeystoreOpts + Ephemeral bool + FileKeystore *FileKeystoreOpts + HashFamily string + Label string + Library string + Pin string + SecLevel int + Sensitive bool + SoftVerify bool