package msp

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message FabricCryptoConfig

msp_config.proto:99

FabricCryptoConfig contains configuration parameters for the cryptographic algorithms used by the MSP this configuration refers to

Used in: FabricMSPConfig

message FabricMSPConfig

msp_config.proto:44

FabricMSPConfig collects all the configuration information for a Fabric MSP. Here we assume a default certificate validation policy, where any certificate signed by any of the listed rootCA certs would be considered as valid under this MSP. This MSP may or may not come with a signing identity. If it does, it can also issue signing identities. If it does not, it can only be used to validate and verify certificates.

message FabricOUIdentifier

msp_config.proto:144

FabricOUIdentifier represents an organizational unit and its related chain of trust identifier.

Used in: FabricMSPConfig

message KeyInfo

msp_config.proto:131

KeyInfo represents a (secret) key that is either already stored in the bccsp/keystore or key material to be imported to the bccsp key-store. In later versions it may contain also a keystore identifier

Used in: SigningIdentityInfo

message MSPConfig

msp_config.proto:27

MSPConfig collects all the configuration information for an MSP. The Config field should be unmarshalled in a way that depends on the Type

message SerializedIdentity

identities.proto:27

This struct represents an Identity (with its MSP identifier) to be used to serialize it and deserialize it

message SigningIdentityInfo

msp_config.proto:116

SigningIdentityInfo represents the configuration information related to the signing identity the peer is to use for generating endorsements

Used in: FabricMSPConfig