public static interface Accesslog.TLSPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt32Value |
getTlsCipherSuite()
TLS cipher suite negotiated during handshake.
|
com.google.protobuf.UInt32ValueOrBuilder |
getTlsCipherSuiteOrBuilder()
TLS cipher suite negotiated during handshake.
|
String |
getTlsSniHostname()
SNI hostname from handshake.
|
com.google.protobuf.ByteString |
getTlsSniHostnameBytes()
SNI hostname from handshake.
|
Accesslog.TLSProperties.TLSVersion |
getTlsVersion()
Version of TLS that was negotiated.
|
int |
getTlsVersionValue()
Version of TLS that was negotiated.
|
boolean |
hasTlsCipherSuite()
TLS cipher suite negotiated during handshake.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTlsVersionValue()
Version of TLS that was negotiated.
.envoy.data.accesslog.v2.TLSProperties.TLSVersion tls_version = 1;Accesslog.TLSProperties.TLSVersion getTlsVersion()
Version of TLS that was negotiated.
.envoy.data.accesslog.v2.TLSProperties.TLSVersion tls_version = 1;boolean hasTlsCipherSuite()
TLS cipher suite negotiated during handshake. The value is a four-digit hex code defined by the IANA TLS Cipher Suite Registry (e.g. ``009C`` for ``TLS_RSA_WITH_AES_128_GCM_SHA256``). Here it is expressed as an integer.
.google.protobuf.UInt32Value tls_cipher_suite = 2;com.google.protobuf.UInt32Value getTlsCipherSuite()
TLS cipher suite negotiated during handshake. The value is a four-digit hex code defined by the IANA TLS Cipher Suite Registry (e.g. ``009C`` for ``TLS_RSA_WITH_AES_128_GCM_SHA256``). Here it is expressed as an integer.
.google.protobuf.UInt32Value tls_cipher_suite = 2;com.google.protobuf.UInt32ValueOrBuilder getTlsCipherSuiteOrBuilder()
TLS cipher suite negotiated during handshake. The value is a four-digit hex code defined by the IANA TLS Cipher Suite Registry (e.g. ``009C`` for ``TLS_RSA_WITH_AES_128_GCM_SHA256``). Here it is expressed as an integer.
.google.protobuf.UInt32Value tls_cipher_suite = 2;String getTlsSniHostname()
SNI hostname from handshake.
string tls_sni_hostname = 3;com.google.protobuf.ByteString getTlsSniHostnameBytes()
SNI hostname from handshake.
string tls_sni_hostname = 3;Copyright © 2018 The Envoy Project. All rights reserved.