Uses of Class
io.helidon.grpc.core.GrpcTlsDescriptor.Builder
Package
Description
Core classes used by both the reactive gRPC server API and gRPC client API.
-
Uses of GrpcTlsDescriptor.Builder in io.helidon.grpc.core
Modifier and TypeMethodDescriptionstatic GrpcTlsDescriptor.Builder
GrpcTlsDescriptor.builder()
Return a new instance ofGrpcTlsDescriptor.Builder
.static GrpcTlsDescriptor.Builder
Return an instance of builder based on the specified external config.GrpcTlsDescriptor.Builder.enabled
(boolean enabled) Enable or disable TLS.GrpcTlsDescriptor.Builder.jdkSSL
(boolean jdkSSL) Sets the type of SSL implementation to be used.Set the CA (certificate authority) certificate path.Set the client tlsCert path.Set the client private key path.