Home
last modified time | relevance | path

Searched defs:remoteCert (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java658 @Nullable public final Certificate remoteCert; field in InternalChannelz.Tls
663 public Tls(String cipherSuiteName, Certificate localCert, Certificate remoteCert) { in Tls()
675 Certificate remoteCert = null; in Tls() local