Client is an autogenerated mock type for the Client type
type Client struct { mock.Mock }
func (_m *Client) GetCSP() bccsp.BCCSP
GetCSP provides a mock function with given fields:
func (_m *Client) NewX509Identity(name string, creds []credential.Credential) x509.Identity
NewX509Identity provides a mock function with given fields: name, creds
Identity is an autogenerated mock type for the Identity type
type Identity struct { mock.Mock }
func (_m *Identity) Revoke(req *api.RevocationRequest) (*api.RevocationResponse, error)
Revoke provides a mock function with given fields: req