Documentation ¶
Index ¶
- func NewEnrollIdentity(privateKey interface{}) (api.Identity, error)
- func NewMSPIdentity(mspId string, certPath string, keyPath string) (api.Identity, error)
- func NewMSPIdentityBytes(mspId string, certBytes []byte, keyBytes []byte) (api.Identity, error)
- func NewMSPIdentityFromPath(mspId string, mspPath string) (api.Identity, error)
- func NewMSPIdentityRaw(mspId string, cert *x509.Certificate, privateKey interface{}) (api.Identity, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEnrollIdentity ¶
func NewMSPIdentity ¶
func NewMSPIdentityBytes ¶
func NewMSPIdentityFromPath ¶
func NewMSPIdentityRaw ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.