Versions in this module Expand all Collapse all v1 v1.4.11 Mar 2, 2021 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 + AltId string + DummyKeystore *DummyKeystoreOpts + Ephemeral bool + FileKeystore *FileKeystoreOpts + HashFamily string + Immutable bool + Label string + Library string + Pin string + SecLevel int + SoftVerify bool