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 class
static 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.BaseTlsContext
SslContextProvider.tlsContext
private final EnvoyServerProtoData.BaseTlsContext
SslContextProviderSupplier.tlsContext
Methods in io.grpc.xds.internal.security that return EnvoyServerProtoData.BaseTlsContextConstructors in io.grpc.xds.internal.security with parameters of type EnvoyServerProtoData.BaseTlsContextModifierConstructorDescriptionprotected
DynamicSslContextProvider
(EnvoyServerProtoData.BaseTlsContext tlsContext, CertificateValidationContext staticCertValidationContext) protected
SslContextProviderSupplier
(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.BaseTlsContextModifierConstructorDescriptionprotected
CertProviderSslContextProvider
(Node node, Map<String, Bootstrapper.CertificateProviderInfo> certProviders, CommonTlsContext.CertificateProviderInstance certInstance, CommonTlsContext.CertificateProviderInstance rootCertInstance, CertificateValidationContext staticCertValidationContext, EnvoyServerProtoData.BaseTlsContext tlsContext, CertificateProviderStore certificateProviderStore)