Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.CommonTlsContext
Packages that use CommonTlsContext
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of CommonTlsContext in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CommonTlsContextModifier and TypeMethodDescriptionCommonTlsContext.Builder.build()CommonTlsContext.Builder.buildPartial()DownstreamTlsContext.Builder.getCommonTlsContext()Common TLS context settings.DownstreamTlsContext.getCommonTlsContext()Common TLS context settings.DownstreamTlsContextOrBuilder.getCommonTlsContext()Common TLS context settings.UpstreamTlsContext.Builder.getCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContext.getCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContextOrBuilder.getCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.static CommonTlsContextCommonTlsContext.getDefaultInstance()CommonTlsContext.Builder.getDefaultInstanceForType()CommonTlsContext.getDefaultInstanceForType()static CommonTlsContextCommonTlsContext.parseDelimitedFrom(InputStream input) static CommonTlsContextCommonTlsContext.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(byte[] data) static CommonTlsContextCommonTlsContext.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.ByteString data) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.CodedInputStream input) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(InputStream input) static CommonTlsContextCommonTlsContext.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(ByteBuffer data) static CommonTlsContextCommonTlsContext.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type CommonTlsContextModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommonTlsContext> CommonTlsContext.getParserForType()static com.google.protobuf.Parser<CommonTlsContext> CommonTlsContext.parser()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type CommonTlsContextModifier and TypeMethodDescriptionDownstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) Common TLS context settings.UpstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.CommonTlsContext.Builder.mergeFrom(CommonTlsContext other) static CommonTlsContext.BuilderCommonTlsContext.newBuilder(CommonTlsContext prototype) DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) Common TLS context settings.UpstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default. -
Uses of CommonTlsContext in io.grpc.xds
Fields in io.grpc.xds declared as CommonTlsContextModifier and TypeFieldDescriptionprotected final CommonTlsContextEnvoyServerProtoData.BaseTlsContext.commonTlsContextMethods in io.grpc.xds that return CommonTlsContextConstructors in io.grpc.xds with parameters of type CommonTlsContextModifierConstructorDescriptionprotectedBaseTlsContext(CommonTlsContext commonTlsContext) DownstreamTlsContext(CommonTlsContext commonTlsContext, boolean requireClientCertificate) UpstreamTlsContext(CommonTlsContext commonTlsContext) -
Uses of CommonTlsContext in io.grpc.xds.internal.security
Methods in io.grpc.xds.internal.security that return CommonTlsContextModifier and TypeMethodDescriptionprotected CommonTlsContextSslContextProvider.getCommonTlsContext()