| Modifier and Type | Method and Description |
|---|---|
DownstreamTlsContext.Builder |
QuicDownstreamTransport.Builder.getDownstreamTlsContextBuilder()
.envoy.extensions.transport_sockets.tls.v4alpha.DownstreamTlsContext downstream_tls_context = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
QuicDownstreamTransport.Builder |
QuicDownstreamTransport.Builder.setDownstreamTlsContext(DownstreamTlsContext.Builder builderForValue)
.envoy.extensions.transport_sockets.tls.v4alpha.DownstreamTlsContext downstream_tls_context = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
DownstreamTlsContext.Builder |
StartTlsConfig.Builder.getTlsSocketConfigBuilder()
Configuration for TLS socket.
|
| Modifier and Type | Method and Description |
|---|---|
StartTlsConfig.Builder |
StartTlsConfig.Builder.setTlsSocketConfig(DownstreamTlsContext.Builder builderForValue)
Configuration for TLS socket.
|
| Modifier and Type | Method and Description |
|---|---|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clear() |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearCommonTlsContext()
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearDisableStatelessSessionResumption()
Config for controlling stateless TLS session resumption: setting this to true will cause the TLS
server to not issue TLS session tickets for the purposes of stateless TLS session resumption.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearOcspStaplePolicy()
Config for whether to use certificates if they do not have
an accompanying OCSP response or if the response expires at runtime.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearRequireClientCertificate()
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearRequireSni()
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeys()
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeysSdsSecretConfig()
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeysType() |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTimeout()
If specified, session_timeout will change maximum lifetime (in seconds) of TLS session
Currently this value is used as a hint to `TLS session ticket lifetime (for TLSv1.2)
<https://tools.ietf.org/html/rfc5077#section-5.6>`
only seconds could be specified (fractional seconds are going to be ignored).
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clone() |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value)
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(DownstreamTlsContext other) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.Message other) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeRequireClientCertificate(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeRequireSni(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTimeout(com.google.protobuf.Duration value)
If specified, session_timeout will change maximum lifetime (in seconds) of TLS session
Currently this value is used as a hint to `TLS session ticket lifetime (for TLSv1.2)
<https://tools.ietf.org/html/rfc5077#section-5.6>`
only seconds could be specified (fractional seconds are going to be ignored).
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder() |
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder(DownstreamTlsContext prototype) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType() |
protected DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue)
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value)
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setDisableStatelessSessionResumption(boolean value)
Config for controlling stateless TLS session resumption: setting this to true will cause the TLS
server to not issue TLS session tickets for the purposes of stateless TLS session resumption.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setOcspStaplePolicy(DownstreamTlsContext.OcspStaplePolicy value)
Config for whether to use certificates if they do not have
an accompanying OCSP response or if the response expires at runtime.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setOcspStaplePolicyValue(int value)
Config for whether to use certificates if they do not have
an accompanying OCSP response or if the response expires at runtime.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue.Builder builderForValue)
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue.Builder builderForValue)
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys.Builder builderForValue)
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig.Builder builderForValue)
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration.Builder builderForValue)
If specified, session_timeout will change maximum lifetime (in seconds) of TLS session
Currently this value is used as a hint to `TLS session ticket lifetime (for TLSv1.2)
<https://tools.ietf.org/html/rfc5077#section-5.6>`
only seconds could be specified (fractional seconds are going to be ignored).
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration value)
If specified, session_timeout will change maximum lifetime (in seconds) of TLS session
Currently this value is used as a hint to `TLS session ticket lifetime (for TLSv1.2)
<https://tools.ietf.org/html/rfc5077#section-5.6>`
only seconds could be specified (fractional seconds are going to be ignored).
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.