Uses of Class
io.helidon.webserver.SSLContextBuilder
- 
Packages that use SSLContextBuilder Package Description io.helidon.webserver Reactive web server API.
- 
- 
Uses of SSLContextBuilder in io.helidon.webserverMethods in io.helidon.webserver that return SSLContextBuilder Modifier and Type Method Description static SSLContextBuilderSSLContextBuilder. create(KeyConfig privateKeyConfig)Creates a builder of theSSLContext.SSLContextBuilderSSLContextBuilder. sessionCacheSize(long sessionCacheSize)Set the size of the cache used for storing SSL session objects.SSLContextBuilderSSLContextBuilder. sessionTimeout(long sessionTimeout)Set the timeout for the cached SSL session objects, in seconds.SSLContextBuilderSSLContextBuilder. trustConfig(KeyConfig trustConfig)Set the trust key configuration to be used to validate certificates.
 
-