DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clear() |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearCommonTlsContext() |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearDisableStatefulSessionResumption() |
If set to true, the TLS server will not maintain a session cache of TLS sessions.
|
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.clearFullScanCertsOnSniMismatch() |
Multiple certificates are allowed in Downstream transport socket to serve different SNI.
|
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.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 the maximum lifetime (in seconds) of the TLS session.
|
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(com.google.protobuf.Message other) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(DownstreamTlsContext other) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFullScanCertsOnSniMismatch(com.google.protobuf.BoolValue value) |
Multiple certificates are allowed in Downstream transport socket to serve different SNI.
|
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 the maximum lifetime (in seconds) of the TLS session.
|
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder() |
|
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder(DownstreamTlsContext prototype) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType() |
|
protected DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue) |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setDisableStatefulSessionResumption(boolean value) |
If set to true, the TLS server will not maintain a session cache of TLS sessions.
|
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.setFullScanCertsOnSniMismatch(com.google.protobuf.BoolValue value) |
Multiple certificates are allowed in Downstream transport socket to serve different SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setFullScanCertsOnSniMismatch(com.google.protobuf.BoolValue.Builder builderForValue) |
Multiple certificates are allowed in Downstream transport socket to serve different SNI.
|
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.setRequireClientCertificate(com.google.protobuf.BoolValue value) |
If specified, Envoy will reject connections without a valid client
certificate.
|
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.setRequireSni(com.google.protobuf.BoolValue value) |
If specified, Envoy will reject connections without a valid and matching SNI.
|
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.setSessionTicketKeys(TlsSessionTicketKeys value) |
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys.Builder builderForValue) |
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) |
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig.Builder builderForValue) |
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration value) |
If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration.Builder builderForValue) |
If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.toBuilder() |
|