# Functions
GetBCCSP returns a BCCSP created according to the options passed in input.
GetDefault returns a non-ephemeral (long-term) BCCSP.
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
PKCS11BasedFactoryName is the name of the factory of the hsm-based BCCSP implementation.
SoftwareBasedFactoryName is the name of the factory of the software-based BCCSP implementation.
# Variables
No description provided by the author
# Structs
No description provided by the author
DefaultOpts offers a default implementation for Opts.
Pluggable Keystores, could add JKS, P12, etc..
PKCS11Factory is the factory of the HSM-based BCCSP.
PKCS11Opts contains options for the P11Factory.
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.