Documentation ¶
Index ¶
- type MockIdentity
- func (m *MockIdentity) Anonymous() bool
- func (m *MockIdentity) ExpiresAt() time.Time
- func (m *MockIdentity) GetIdentifier() *msp.IdentityIdentifier
- func (*MockIdentity) GetMSPIdentifier() string
- func (*MockIdentity) GetOrganizationalUnits() []*msp.OUIdentifier
- func (m *MockIdentity) SatisfiesPrincipal(principal *pmsp.MSPPrincipal) error
- func (*MockIdentity) Serialize() ([]byte, error)
- func (m *MockIdentity) Validate() error
- func (*MockIdentity) Verify(msg []byte, sig []byte) error
- type MockMSP
- func (m *MockMSP) DeserializeIdentity(serializedIdentity []byte) (msp.Identity, error)
- func (m *MockMSP) GetDefaultSigningIdentity() (msp.SigningIdentity, error)
- func (m *MockMSP) GetIdentifier() (string, error)
- func (m *MockMSP) GetSigningIdentity(identifier *msp.IdentityIdentifier) (msp.SigningIdentity, error)
- func (m *MockMSP) GetTLSIntermediateCerts() [][]byte
- func (m *MockMSP) GetTLSRootCerts() [][]byte
- func (m *MockMSP) GetType() msp.ProviderType
- func (m *MockMSP) GetVersion() msp.MSPVersion
- func (m *MockMSP) IsWellFormed(_ *pmsp.SerializedIdentity) error
- func (m *MockMSP) SatisfiesPrincipal(id msp.Identity, principal *pmsp.MSPPrincipal) error
- func (m *MockMSP) Setup(config *pmsp.MSPConfig) error
- func (m *MockMSP) Validate(id msp.Identity) error
- type MockSigningIdentity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIdentity ¶
func (*MockIdentity) Anonymous ¶ added in v1.2.0
func (m *MockIdentity) Anonymous() bool
func (*MockIdentity) ExpiresAt ¶
func (m *MockIdentity) ExpiresAt() time.Time
func (*MockIdentity) GetIdentifier ¶
func (m *MockIdentity) GetIdentifier() *msp.IdentityIdentifier
func (*MockIdentity) GetMSPIdentifier ¶
func (*MockIdentity) GetMSPIdentifier() string
func (*MockIdentity) GetOrganizationalUnits ¶
func (*MockIdentity) GetOrganizationalUnits() []*msp.OUIdentifier
func (*MockIdentity) SatisfiesPrincipal ¶
func (m *MockIdentity) SatisfiesPrincipal(principal *pmsp.MSPPrincipal) error
func (*MockIdentity) Serialize ¶
func (*MockIdentity) Serialize() ([]byte, error)
func (*MockIdentity) Validate ¶
func (m *MockIdentity) Validate() error
type MockMSP ¶
func (*MockMSP) DeserializeIdentity ¶
func (*MockMSP) GetDefaultSigningIdentity ¶
func (m *MockMSP) GetDefaultSigningIdentity() (msp.SigningIdentity, error)
func (*MockMSP) GetIdentifier ¶
func (*MockMSP) GetSigningIdentity ¶
func (m *MockMSP) GetSigningIdentity(identifier *msp.IdentityIdentifier) (msp.SigningIdentity, error)
func (*MockMSP) GetTLSIntermediateCerts ¶
func (*MockMSP) GetTLSRootCerts ¶
func (*MockMSP) GetType ¶
func (m *MockMSP) GetType() msp.ProviderType
func (*MockMSP) GetVersion ¶
func (m *MockMSP) GetVersion() msp.MSPVersion
func (*MockMSP) IsWellFormed ¶
func (m *MockMSP) IsWellFormed(_ *pmsp.SerializedIdentity) error
func (*MockMSP) SatisfiesPrincipal ¶
type MockSigningIdentity ¶
type MockSigningIdentity struct { mock.Mock *MockIdentity }
func (*MockSigningIdentity) GetPublicVersion ¶
func (*MockSigningIdentity) GetPublicVersion() msp.Identity
Click to show internal directories.
Click to hide internal directories.