package
1.0.0
Repository: https://github.com/hyperledger/fabric-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

BuildIdentityConfigFromOptions will return an IdentityConfig instance pre-built with Optional interfaces provided in fabsdk's WithConfigIdentity(opts...) call.
ConfigFromBackend returns identity config implementation of given backend.
IsIdentityConfigFullyOverridden will return true if all of the argument's sub interfaces is not nil (ie IdentityConfig interface not fully overridden).
NewCAClient creates a new CA CAClient instance.
NewCertFileUserStore creates a new instance of CertFileUserStore.
NewCertFileUserStore1 creates a new instance of CertFileUserStore.
NewFileCertStore ...
NewFileKeyStore loads keys stored in the cryptoconfig directory layout.
NewIdentityManager creates a new instance of IdentityManager.
NewMemoryKeyStore creates a new MemoryKeyStore instance.
NewMemoryUserStore creates a new MemoryUserStore instance.
UpdateMissingOptsWithDefaultConfig will verify if any functions of the IdentityConfig were not updated with fabsdk's WithConfigIdentity(opts...) call, then use default IdentityConfig interface for these functions instead.
WithCAInstance allows for specifying optional CA name (within the CA server instance).

# Structs

CAClientImpl implements api/msp/CAClient.
CAConfig defines a CA configuration in identity config.
CertFileUserStore stores each user in a separate file.
ClientConfig defines client configuration in identity config.
ClientTLSConfig defines client TLS configuration in identity config.
IdentityConfig represents the identity configuration for the client.
IdentityConfigOptions represents IdentityConfig interface with overridable interface functions if a function is not overridden, the default IdentityConfig implementation will be used.
IdentityManager implements fab/IdentityManager.
MatchConfig contains match pattern and substitution pattern for pattern matching of network configured hostnames or channel names with static config.
MemoryKeyStore is in-memory implementation of BCCSP key store.
MemoryUserStore is in-memory implementation of UserStore.
User is a representation of a Fabric user.

# Type aliases

CAClientOption describes a functional parameter for NewCAClient.