Versions in this module Expand all Collapse all v1 v1.4.6 May 20, 2020 Changes in this version + type Authenticator struct + func NewAuthenticator(ca tlsgen.CA) *Authenticator + func (ac *Authenticator) Generate(ccName string) (*CertAndPrivKeyPair, error) + func (auth *Authenticator) Wrap(srv pb.ChaincodeSupportServer) pb.ChaincodeSupportServer + type CertAndPrivKeyPair struct + Cert string + Key string + type ChaincodeStream interface + Recv func() (*pb.ChaincodeMessage, error) + Send func(*pb.ChaincodeMessage) error + type KeyGenFunc func() (*tlsgen.CertKeyPair, error)