package
2.0.0-alpha+incompatible
Repository: https://github.com/hyperledger-labs/fabric-block-archiving.git
Documentation: pkg.go.dev

# Packages

Copyright IBM Corp.

# Functions

GetBCCSP returns a BCCSP created according to the options passed in input.
GetBCCSPFromOpts returns a BCCSP created according to the options passed in input.
GetDefault returns a non-ephemeral (long-term) BCCSP.
GetDefaultOpts offers a default implementation for Opts returns a new instance every time.
InitFactories must be called before using factory interfaces It is acceptable to call with config = nil, in which case some defaults will get used Error is returned only if defaultBCCSP cannot be found.

# Constants

PluginFactoryName is the factory name for BCCSP plugins.
SoftwareBasedFactoryName is the name of the factory of the software-based BCCSP implementation.

# Structs

No description provided by the author
FactoryOpts holds configuration information used to initialize factory implementations.
Pluggable Keystores, could add JKS, P12, etc..
InmemKeystoreOpts - empty, as there is no config for the in-memory keystore.
PluginFactory is the factory for BCCSP plugins.
PluginOpts contains the options for the PluginFactory.
SWFactory is the factory of the software-based BCCSP.
SwOpts contains options for the SWFactory.

# Interfaces

BCCSPFactory is used to get instances of the BCCSP interface.