Versions in this module Expand all Collapse all v0 v0.7.0 Dec 4, 2025 v0.5.0 Jul 17, 2025 Changes in this version + func FindPKCS11Lib() (lib, pin, label string, err error) + func NewProvider(opts any, ks bccsp.KeyStore, mapper func(ski []byte) []byte) (bccsp.BCCSP, error) + type KeyIDMapping struct + ID string + SKI string + type PKCS11Opts struct + AltID string + Hash string + Immutable bool + KeyIDs []KeyIDMapping + Label string + Library string + Pin string + Security int + SoftwareVerify bool + func ToPKCS11OptsOpts(o any) *PKCS11Opts