mocks

package
v1.4.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIdentity

type MockIdentity struct {
	mock.Mock

	ID string
}

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

func (*MockIdentity) Verify

func (*MockIdentity) Verify(msg []byte, sig []byte) error

type MockMSP

type MockMSP struct {
	mock.Mock
}

func (*MockMSP) DeserializeIdentity

func (m *MockMSP) DeserializeIdentity(serializedIdentity []byte) (msp.Identity, error)

func (*MockMSP) GetDefaultSigningIdentity

func (m *MockMSP) GetDefaultSigningIdentity() (msp.SigningIdentity, error)

func (*MockMSP) GetIdentifier

func (m *MockMSP) GetIdentifier() (string, error)

func (*MockMSP) GetSigningIdentity

func (m *MockMSP) GetSigningIdentity(identifier *msp.IdentityIdentifier) (msp.SigningIdentity, error)

func (*MockMSP) GetTLSIntermediateCerts

func (m *MockMSP) GetTLSIntermediateCerts() [][]byte

func (*MockMSP) GetTLSRootCerts

func (m *MockMSP) GetTLSRootCerts() [][]byte

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

func (m *MockMSP) SatisfiesPrincipal(id msp.Identity, principal *pmsp.MSPPrincipal) error

func (*MockMSP) Setup

func (m *MockMSP) Setup(config *pmsp.MSPConfig) error

func (*MockMSP) Validate

func (m *MockMSP) Validate(id msp.Identity) error

type MockSigningIdentity

type MockSigningIdentity struct {
	mock.Mock
	*MockIdentity
}

func (*MockSigningIdentity) GetPublicVersion

func (*MockSigningIdentity) GetPublicVersion() msp.Identity

func (*MockSigningIdentity) Sign

func (*MockSigningIdentity) Sign(msg []byte) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL