Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperledger/fabric
/ Sign
Method
Sign
msp/msp.go:172–172 ·
view source on GitHub ↗
Sign the message
(msg []byte)
Source
from the content-addressed store, hash-verified
170
171
// Sign the message
172
Sign(msg []byte) ([]byte, error)
173
174
// GetPublicVersion returns the public parts of this identity
175
GetPublicVersion() Identity
Callers
15
SignOrPanic
Function · 0.65
CreateSignedEnvelopeWithTLSBinding
Function · 0.65
CreateSignedTx
Function · 0.65
CreateProposalResponse
Function · 0.65
GetSignedProposal
Function · 0.65
TestTxValidationFailure_InvalidTxid
Function · 0.65
TestTxValidationFailure_InvalidTxid
Function · 0.65
Endorse
Method · 0.65
Endorse
Method · 0.65
TestValidateConfigTx
Function · 0.65
createSignedTxTwoActions
Function · 0.65
OwnerCreateSignedCCDepSpec
Function · 0.65
Implementers
3
mockSI
core/committer/txvalidator/v20/validat
mockSI
core/committer/txvalidator/v14/validat
SigningIdentity
common/ledger/testutil/fakes/signing_i
Calls
no outgoing calls
Tested by
10
TestTxValidationFailure_InvalidTxid
Function · 0.52
TestTxValidationFailure_InvalidTxid
Function · 0.52
TestValidateConfigTx
Function · 0.52
createSignedTxTwoActions
Function · 0.52
TestSignatureAlgorithms
Function · 0.52
TestSignAndVerify
Function · 0.52
TestSignAndVerifyFailures
Function · 0.52
TestSignAndVerifyOtherHash
Function · 0.52
TestSignAndVerify_longMessage
Function · 0.52
signECDSA
Function · 0.52