Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + const SoftwareBasedFactoryName + func GetBCCSPFromOpts(config *FactoryOpts) (bccsp.BCCSP, error) + func GetDefault() bccsp.BCCSP + func InitFactories(config *FactoryOpts) error + type BCCSPFactory interface + Get func(opts *FactoryOpts) (bccsp.BCCSP, error) + Name func() string + type FactoryOpts struct + Default string + SW *SwOpts + func GetDefaultOpts() *FactoryOpts + func (o *FactoryOpts) FactoryName() string + type FileKeystoreOpts struct + KeyStorePath string + type SWFactory struct + func (f *SWFactory) Get(config *FactoryOpts) (bccsp.BCCSP, error) + func (f *SWFactory) Name() string + type SwOpts struct + FileKeystore *FileKeystoreOpts + Hash string + Security int Other modules containing this package github.com/waszqt/fabric