Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.Builder
Packages that use CommonTlsContext.Builder
-
Uses of CommonTlsContext.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Subclasses with type arguments of type CommonTlsContext.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3Modifier and TypeClassDescriptionstatic final classTLS context shared by both client and server TLS contexts.Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type CommonTlsContext.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<CommonTlsContext, CommonTlsContext.Builder, CommonTlsContextOrBuilder> DownstreamTlsContext.Builder.commonTlsContextBuilder_private com.google.protobuf.SingleFieldBuilder<CommonTlsContext, CommonTlsContext.Builder, CommonTlsContextOrBuilder> UpstreamTlsContext.Builder.commonTlsContextBuilder_Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CommonTlsContext.BuilderModifier and TypeMethodDescriptionCommonTlsContext.Builder.addAllAlpnProtocols(Iterable<String> values) Supplies the list of ALPN protocols that the listener should expose.CommonTlsContext.Builder.addAllTlsCertificates(Iterable<? extends TlsCertificate> values) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.addAllTlsCertificateSdsSecretConfigs(Iterable<? extends SdsSecretConfig> values) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.addAlpnProtocols(String value) Supplies the list of ALPN protocols that the listener should expose.CommonTlsContext.Builder.addAlpnProtocolsBytes(com.google.protobuf.ByteString value) Supplies the list of ALPN protocols that the listener should expose.CommonTlsContext.Builder.addTlsCertificates(int index, TlsCertificate value) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.addTlsCertificates(int index, TlsCertificate.Builder builderForValue) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.addTlsCertificates(TlsCertificate value) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.addTlsCertificates(TlsCertificate.Builder builderForValue) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig value) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig.Builder builderForValue) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(SdsSecretConfig value) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(SdsSecretConfig.Builder builderForValue) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.clear()CommonTlsContext.Builder.clearAlpnProtocols()Supplies the list of ALPN protocols that the listener should expose.CommonTlsContext.Builder.clearCombinedValidationContext()Combined certificate validation context holds a default CertificateValidationContext and SDS config.CommonTlsContext.Builder.clearCustomHandshaker()Custom TLS handshaker.CommonTlsContext.Builder.clearKeyLog()TLS key log configurationCommonTlsContext.Builder.clearTlsCertificateCertificateProvider()Deprecated.CommonTlsContext.Builder.clearTlsCertificateCertificateProviderInstance()Deprecated.CommonTlsContext.Builder.clearTlsCertificateProviderInstance()Certificate provider instance for fetching TLS certs.CommonTlsContext.Builder.clearTlsCertificates()Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.clearTlsCertificateSdsSecretConfigs()Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.clearTlsParams()TLS protocol versions, cipher suites etc.CommonTlsContext.Builder.clearValidationContext()How to validate peer certificates.CommonTlsContext.Builder.clearValidationContextCertificateProvider()Deprecated.CommonTlsContext.Builder.clearValidationContextCertificateProviderInstance()Deprecated.CommonTlsContext.Builder.clearValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.CommonTlsContext.Builder.clearValidationContextType()DownstreamTlsContext.Builder.getCommonTlsContextBuilder()Common TLS context settings.UpstreamTlsContext.Builder.getCommonTlsContextBuilder()Common TLS context settings.CommonTlsContext.Builder.mergeCombinedValidationContext(CommonTlsContext.CombinedCertificateValidationContext value) Combined certificate validation context holds a default CertificateValidationContext and SDS config.CommonTlsContext.Builder.mergeCustomHandshaker(TypedExtensionConfig value) Custom TLS handshaker.CommonTlsContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommonTlsContext.Builder.mergeFrom(com.google.protobuf.Message other) CommonTlsContext.Builder.mergeFrom(CommonTlsContext other) CommonTlsContext.Builder.mergeKeyLog(TlsKeyLog value) TLS key log configurationCommonTlsContext.Builder.mergeTlsCertificateCertificateProvider(CommonTlsContext.CertificateProvider value) Deprecated.CommonTlsContext.Builder.mergeTlsCertificateCertificateProviderInstance(CommonTlsContext.CertificateProviderInstance value) Deprecated.CommonTlsContext.Builder.mergeTlsCertificateProviderInstance(CertificateProviderPluginInstance value) Certificate provider instance for fetching TLS certs.CommonTlsContext.Builder.mergeTlsParams(TlsParameters value) TLS protocol versions, cipher suites etc.CommonTlsContext.Builder.mergeValidationContext(CertificateValidationContext value) How to validate peer certificates.CommonTlsContext.Builder.mergeValidationContextCertificateProvider(CommonTlsContext.CertificateProvider value) Deprecated.CommonTlsContext.Builder.mergeValidationContextCertificateProviderInstance(CommonTlsContext.CertificateProviderInstance value) Deprecated.CommonTlsContext.Builder.mergeValidationContextSdsSecretConfig(SdsSecretConfig value) Config for fetching validation context via SDS API.static CommonTlsContext.BuilderCommonTlsContext.newBuilder()static CommonTlsContext.BuilderCommonTlsContext.newBuilder(CommonTlsContext prototype) CommonTlsContext.newBuilderForType()protected CommonTlsContext.BuilderCommonTlsContext.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommonTlsContext.Builder.removeTlsCertificates(int index) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.removeTlsCertificateSdsSecretConfigs(int index) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.setAlpnProtocols(int index, String value) Supplies the list of ALPN protocols that the listener should expose.CommonTlsContext.Builder.setCombinedValidationContext(CommonTlsContext.CombinedCertificateValidationContext value) Combined certificate validation context holds a default CertificateValidationContext and SDS config.CommonTlsContext.Builder.setCombinedValidationContext(CommonTlsContext.CombinedCertificateValidationContext.Builder builderForValue) Combined certificate validation context holds a default CertificateValidationContext and SDS config.CommonTlsContext.Builder.setCustomHandshaker(TypedExtensionConfig value) Custom TLS handshaker.CommonTlsContext.Builder.setCustomHandshaker(TypedExtensionConfig.Builder builderForValue) Custom TLS handshaker.TLS key log configurationCommonTlsContext.Builder.setKeyLog(TlsKeyLog.Builder builderForValue) TLS key log configurationCommonTlsContext.Builder.setTlsCertificateCertificateProvider(CommonTlsContext.CertificateProvider value) Deprecated.CommonTlsContext.Builder.setTlsCertificateCertificateProvider(CommonTlsContext.CertificateProvider.Builder builderForValue) Deprecated.CommonTlsContext.Builder.setTlsCertificateCertificateProviderInstance(CommonTlsContext.CertificateProviderInstance value) Deprecated.CommonTlsContext.Builder.setTlsCertificateCertificateProviderInstance(CommonTlsContext.CertificateProviderInstance.Builder builderForValue) Deprecated.CommonTlsContext.Builder.setTlsCertificateProviderInstance(CertificateProviderPluginInstance value) Certificate provider instance for fetching TLS certs.CommonTlsContext.Builder.setTlsCertificateProviderInstance(CertificateProviderPluginInstance.Builder builderForValue) Certificate provider instance for fetching TLS certs.CommonTlsContext.Builder.setTlsCertificates(int index, TlsCertificate value) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.setTlsCertificates(int index, TlsCertificate.Builder builderForValue) Only a single TLS certificate is supported in client contexts.CommonTlsContext.Builder.setTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig value) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.setTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig.Builder builderForValue) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.setTlsParams(TlsParameters value) TLS protocol versions, cipher suites etc.CommonTlsContext.Builder.setTlsParams(TlsParameters.Builder builderForValue) TLS protocol versions, cipher suites etc.CommonTlsContext.Builder.setValidationContext(CertificateValidationContext value) How to validate peer certificates.CommonTlsContext.Builder.setValidationContext(CertificateValidationContext.Builder builderForValue) How to validate peer certificates.CommonTlsContext.Builder.setValidationContextCertificateProvider(CommonTlsContext.CertificateProvider value) Deprecated.CommonTlsContext.Builder.setValidationContextCertificateProvider(CommonTlsContext.CertificateProvider.Builder builderForValue) Deprecated.CommonTlsContext.Builder.setValidationContextCertificateProviderInstance(CommonTlsContext.CertificateProviderInstance value) Deprecated.CommonTlsContext.Builder.setValidationContextCertificateProviderInstance(CommonTlsContext.CertificateProviderInstance.Builder builderForValue) Deprecated.CommonTlsContext.Builder.setValidationContextSdsSecretConfig(SdsSecretConfig value) Config for fetching validation context via SDS API.CommonTlsContext.Builder.setValidationContextSdsSecretConfig(SdsSecretConfig.Builder builderForValue) Config for fetching validation context via SDS API.CommonTlsContext.toBuilder()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type CommonTlsContext.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<CommonTlsContext, CommonTlsContext.Builder, CommonTlsContextOrBuilder> DownstreamTlsContext.Builder.internalGetCommonTlsContextFieldBuilder()Common TLS context settings.private com.google.protobuf.SingleFieldBuilder<CommonTlsContext, CommonTlsContext.Builder, CommonTlsContextOrBuilder> UpstreamTlsContext.Builder.internalGetCommonTlsContextFieldBuilder()Common TLS context settings.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type CommonTlsContext.BuilderModifier and TypeMethodDescriptionDownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue) Common TLS context settings.UpstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue) Common TLS context settings.