#include <grpc_security.h>
Public Attributes | |
const char * | cert_chain |
const char * | private_key |
Object that holds a private key / certificate chain pair in PEM format.
Definition at line 173 of file grpc_security.h.
const char* grpc_ssl_pem_key_cert_pair::cert_chain |
cert_chain is the NULL-terminated string containing the PEM encoding of the client's certificate chain.
Definition at line 180 of file grpc_security.h.
const char* grpc_ssl_pem_key_cert_pair::private_key |
private_key is the NULL-terminated string containing the PEM encoding of the client's private key.
Definition at line 176 of file grpc_security.h.