Uses of Class
io.grpc.xds.EnvoyServerProtoData.BaseTlsContext
Packages that use EnvoyServerProtoData.BaseTlsContext
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xds
Subclasses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xdsModifier and TypeClassDescriptionstatic final classstatic final class -
Uses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xds.internal.security
Fields in io.grpc.xds.internal.security declared as EnvoyServerProtoData.BaseTlsContextModifier and TypeFieldDescriptionprotected final EnvoyServerProtoData.BaseTlsContextSslContextProvider.tlsContextprivate final EnvoyServerProtoData.BaseTlsContextSslContextProviderSupplier.tlsContextMethods in io.grpc.xds.internal.security that return EnvoyServerProtoData.BaseTlsContextConstructors in io.grpc.xds.internal.security with parameters of type EnvoyServerProtoData.BaseTlsContextModifierConstructorDescriptionprotectedDynamicSslContextProvider(EnvoyServerProtoData.BaseTlsContext tlsContext, CertificateValidationContext staticCertValidationContext) protectedSslContextProviderSupplier(EnvoyServerProtoData.BaseTlsContext tlsContext, TlsContextManager tlsContextManager) -
Uses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xds.internal.security.certprovider
Constructors in io.grpc.xds.internal.security.certprovider with parameters of type EnvoyServerProtoData.BaseTlsContextModifierConstructorDescriptionprotectedCertProviderSslContextProvider(Node node, Map<String, Bootstrapper.CertificateProviderInfo> certProviders, CommonTlsContext.CertificateProviderInstance certInstance, CommonTlsContext.CertificateProviderInstance rootCertInstance, CertificateValidationContext staticCertValidationContext, EnvoyServerProtoData.BaseTlsContext tlsContext, CertificateProviderStore certificateProviderStore)