package
0.0.0-20180419104149-40f2d1d03a96
Repository: https://github.com/tjfoc/hyperledger-fabric-gm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewBccspMsp returns an MSP instance backed up by a BCCSP crypto provider.
NewMSPManager returns a new MSP manager instance; note that this instance is not initialized until the Setup method is called.
NewSerializedIdentity returns a serialized identity having as content the passed mspID and sm2 certificate in PEM format.
No description provided by the author

# Constants

MSP is of FABRIC type.
MSP is of OTHER TYPE.

# Structs

No description provided by the author
IdentityIdentifier is a holder for the identifier of a specific identity, naturally namespaced, by its provider identifier.
No description provided by the author
OUIdentifier represents an organizational unit and its related chain of trust identifier.

# Interfaces

Identity interface defining operations associated to a "certificate".
IdentityDeserializer is implemented by both MSPManger and MSP.
MSP is the minimal Membership Service Provider Interface to be implemented to accommodate peer functionality.
MSPManager is an interface defining a manager of one or more MSPs.
SigningIdentity is an extension of Identity to cover signing capabilities.

# Type aliases

ProviderType indicates the type of an identity provider.