# Functions
NewAuthenticator returns a new authenticator that would wrap the given chaincode service.
No description provided by the author
# Structs
CertAndPrivKeyPair contains a certificate and its corresponding private key in base64 format.
CertKeyPair denotes a TLS certificate and corresponding key, both PEM encoded.
# Interfaces
Authenticator wraps a chaincode service and authenticates chaincode shims (containers).
CA defines a certificate authority that can generate certificates signed by it.
ChaincodeStream defines a gRPC stream for sending and receiving chaincode messages.
# Type aliases
No description provided by the author