GrpcTlsClientCredentialsBuilder
Available in a dev version: 0․11․0-grpc-186
How to configure
Builder for configuring GrpcTlsClientCredentials.
This builder provides methods to configure trust managers for server authentication and key managers for client authentication (mTLS).
See also
Functions
Link copied to clipboard
abstract fun keyManager(certChainPem: String, privateKeyPem: String): GrpcTlsClientCredentialsBuilder
Configures the key manager with client certificate and private key for mutual TLS (mTLS).
Link copied to clipboard
Configures the trust manager with root CA certificates for server authentication.