Uses of Class
io.helidon.grpc.server.SSLContextBuilder
Packages that use SSLContextBuilder
-
Uses of SSLContextBuilder in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return SSLContextBuilderModifier and TypeMethodDescriptionstatic SSLContextBuilder
Creates a builder of theSSLContext
.SSLContextBuilder.sessionCacheSize
(long sessionCacheSize) Set the size of the cache used for storing SSL session objects.SSLContextBuilder.sessionTimeout
(long sessionTimeout) Set the timeout for the cached SSL session objects, in seconds.SSLContextBuilder.trustConfig
(KeyConfig trustConfig) Set the trust key configuration to be used to validate certificates.