Documentation
¶
Index ¶
- type MockIdentity
- func (m *MockIdentity) Anonymous() bool
- func (m *MockIdentity) ExpiresAt() time.Time
- func (*MockIdentity) GetCertificatePEM() ([]byte, error)
- 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 (*MockIdentity) SerializeWithIDOfCert() ([]byte, error)
- func (m *MockIdentity) Validate() error
- func (*MockIdentity) Verify(msg []byte, sig []byte) error
- type MockMSP
- func (m *MockMSP) DeserializeIdentity(identity *msppb.Identity) (msp.Identity, error)
- func (m *MockMSP) GetDefaultSigningIdentity() (msp.SigningIdentity, error)
- func (m *MockMSP) GetIdentifier() (string, error)
- func (*MockMSP) GetKnownDeserializedIdentity(msp.IdentityIdentifier) msp.Identity
- func (m *MockMSP) GetTLSIntermediateCerts() [][]byte
- func (m *MockMSP) GetTLSRootCerts() [][]byte
- func (m *MockMSP) GetType() msp.ProviderType
- func (m *MockMSP) GetVersion() msp.MSPVersion
- func (*MockMSP) IsWellFormed(*msppb.Identity) 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 ¶
func (m *MockIdentity) Anonymous() bool
func (*MockIdentity) ExpiresAt ¶
func (m *MockIdentity) ExpiresAt() time.Time
func (*MockIdentity) GetCertificatePEM ¶
func (*MockIdentity) GetCertificatePEM() ([]byte, error)
GetCertificatePEM is not implemented.
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)
SerializeWithCert is not implemented.
func (*MockIdentity) SerializeWithIDOfCert ¶
func (*MockIdentity) SerializeWithIDOfCert() ([]byte, error)
SerializeWithIDOfCert is not implemented.
func (*MockIdentity) Validate ¶
func (m *MockIdentity) Validate() error
type MockMSP ¶
func (*MockMSP) DeserializeIdentity ¶
DeserializeIdentity converts the proto identity to msp identity.
func (*MockMSP) GetDefaultSigningIdentity ¶
func (m *MockMSP) GetDefaultSigningIdentity() (msp.SigningIdentity, error)
func (*MockMSP) GetIdentifier ¶
func (*MockMSP) GetKnownDeserializedIdentity ¶
func (*MockMSP) GetKnownDeserializedIdentity(msp.IdentityIdentifier) msp.Identity
GetKnownDeserializedIdentity returns a known identity matching the given IdentityIdentifier.
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 ¶
IsWellFormed checks whether the certificate present in the identity is valid.
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.