| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SSLContextBuilder |
SSLContextBuilder.create(io.helidon.common.pki.KeyConfig privateKeyConfig) |
Creates a builder of the
SSLContext. |
SSLContextBuilder |
SSLContextBuilder.sessionCacheSize(long sessionCacheSize) |
Set the size of the cache used for storing SSL session objects.
|
SSLContextBuilder |
SSLContextBuilder.sessionTimeout(long sessionTimeout) |
Set the timeout for the cached SSL session objects, in seconds.
|
SSLContextBuilder |
SSLContextBuilder.trustConfig(io.helidon.common.pki.KeyConfig trustConfig) |
Set the trust key configuration to be used to validate certificates.
|
Copyright © 2018 Oracle Corporation. All rights reserved.