Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsKeyLog.Builder
Packages that use TlsKeyLog.Builder
-
Uses of TlsKeyLog.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type TlsKeyLog.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<TlsKeyLog, TlsKeyLog.Builder, TlsKeyLogOrBuilder> CommonTlsContext.Builder.keyLogBuilder_
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return TlsKeyLog.BuilderModifier and TypeMethodDescriptionTlsKeyLog.Builder.addAllLocalAddressRange
(Iterable<? extends CidrRange> values) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addAllRemoteAddressRange
(Iterable<? extends CidrRange> values) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.addLocalAddressRange
(int index, CidrRange value) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addLocalAddressRange
(int index, CidrRange.Builder builderForValue) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addLocalAddressRange
(CidrRange value) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addLocalAddressRange
(CidrRange.Builder builderForValue) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRange
(int index, CidrRange value) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRange
(int index, CidrRange.Builder builderForValue) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRange
(CidrRange value) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRange
(CidrRange.Builder builderForValue) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.clear()
TlsKeyLog.Builder.clearLocalAddressRange()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.clearPath()
The path to save the TLS key log.TlsKeyLog.Builder.clearRemoteAddressRange()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.CommonTlsContext.Builder.getKeyLogBuilder()
TLS key log configurationTlsKeyLog.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TlsKeyLog.Builder.mergeFrom
(com.google.protobuf.Message other) static TlsKeyLog.Builder
TlsKeyLog.newBuilder()
static TlsKeyLog.Builder
TlsKeyLog.newBuilder
(TlsKeyLog prototype) TlsKeyLog.newBuilderForType()
protected TlsKeyLog.Builder
TlsKeyLog.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) TlsKeyLog.Builder.removeLocalAddressRange
(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.removeRemoteAddressRange
(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.setLocalAddressRange
(int index, CidrRange value) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.setLocalAddressRange
(int index, CidrRange.Builder builderForValue) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.The path to save the TLS key log.TlsKeyLog.Builder.setPathBytes
(com.google.protobuf.ByteString value) The path to save the TLS key log.TlsKeyLog.Builder.setRemoteAddressRange
(int index, CidrRange value) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.setRemoteAddressRange
(int index, CidrRange.Builder builderForValue) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.toBuilder()
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type TlsKeyLog.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<TlsKeyLog, TlsKeyLog.Builder, TlsKeyLogOrBuilder> CommonTlsContext.Builder.internalGetKeyLogFieldBuilder()
TLS key log configurationMethods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type TlsKeyLog.BuilderModifier and TypeMethodDescriptionCommonTlsContext.Builder.setKeyLog
(TlsKeyLog.Builder builderForValue) TLS key log configuration