# Functions
Certificate decode and parse .pem []byte x509 certificate structure.
CreateEntry creates IdentityEntry structure from an identity interface.
EntryFromSerialized creates Entry from SerializedEntry.
No description provided by the author
FromFile creates certIdentity from file determined by filename.
FromSerialized converts msp.SerializedIdentity struct to Identity interface{}.
FromStub creates Identity interface from tx creator mspID and certificate (stub.GetCreator).
GetDN (distinguished name) associated with a pkix.Name.
ID returns identifier from .509 certificate and base64 encode.
IDByCert returns id by certificate subject and issuer.
IDRaw generates string identifier from .509 certificate.
New creates CertIdentity struct from an mspID and certificate.
# Variables
ErrPemEncodedExpected pem format error.
# Structs
CertIdentity structs holds data of an tx creator.
Entry structure for storing identity information string representation certificate Subject and Issuer can be used for reach query searching.
Id structure defines short id representation.
# Interfaces
Identity interface for invoker (tx creator) and grants, stored in chain code state.
IdentityEntry interface.
# Type aliases
No description provided by the author