Uses of Class
io.grpc.xds.EnvoyServerProtoData.BaseTlsContext
-
Packages that use EnvoyServerProtoData.BaseTlsContext Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.internal.security io.grpc.xds.internal.security.certprovider -
-
Uses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xds
Subclasses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xds Modifier and Type Class Description static class
EnvoyServerProtoData.DownstreamTlsContext
static class
EnvoyServerProtoData.UpstreamTlsContext
-
Uses of EnvoyServerProtoData.BaseTlsContext in io.grpc.xds.internal.security
Fields in io.grpc.xds.internal.security declared as EnvoyServerProtoData.BaseTlsContext Modifier and Type Field Description protected EnvoyServerProtoData.BaseTlsContext
SslContextProvider. tlsContext
private EnvoyServerProtoData.BaseTlsContext
SslContextProviderSupplier. tlsContext
Methods in io.grpc.xds.internal.security that return EnvoyServerProtoData.BaseTlsContext Modifier and Type Method Description EnvoyServerProtoData.BaseTlsContext
SslContextProviderSupplier. getTlsContext()
Constructors in io.grpc.xds.internal.security with parameters of type EnvoyServerProtoData.BaseTlsContext Constructor Description DynamicSslContextProvider(EnvoyServerProtoData.BaseTlsContext tlsContext, CertificateValidationContext staticCertValidationContext)
SslContextProvider(EnvoyServerProtoData.BaseTlsContext tlsContext)
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.BaseTlsContext Constructor Description CertProviderSslContextProvider(Node node, java.util.Map<java.lang.String,Bootstrapper.CertificateProviderInfo> certProviders, CommonTlsContext.CertificateProviderInstance certInstance, CommonTlsContext.CertificateProviderInstance rootCertInstance, CertificateValidationContext staticCertValidationContext, EnvoyServerProtoData.BaseTlsContext tlsContext, CertificateProviderStore certificateProviderStore)
-