@Immutable public static final class InternalChannelz.Tls extends Object
Modifier and Type | Field and Description |
---|---|
String |
cipherSuiteStandardName |
Certificate |
localCert |
Certificate |
remoteCert |
Constructor and Description |
---|
Tls(SSLSession session)
Creates an instance.
|
Tls(String cipherSuiteName,
Certificate localCert,
Certificate remoteCert)
A constructor only for testing.
|
public final String cipherSuiteStandardName
@Nullable public final Certificate localCert
@Nullable public final Certificate remoteCert
public Tls(String cipherSuiteName, Certificate localCert, Certificate remoteCert)
public Tls(SSLSession session)
Copyright © 2018. All rights reserved.