T
- the type of the value.public final class OpenSslContextOption<T> extends SslContextOption<T>
Modifier and Type | Field and Description |
---|---|
static OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> |
ASYNC_PRIVATE_KEY_METHOD
Set the
OpenSslAsyncPrivateKeyMethod to use. |
static OpenSslContextOption<OpenSslCertificateCompressionConfig> |
CERTIFICATE_COMPRESSION_ALGORITHMS
Set the
OpenSslCertificateCompressionConfig to use. |
static OpenSslContextOption<String[]> |
GROUPS
Set the groups that should be used.
|
static OpenSslContextOption<Integer> |
MAX_CERTIFICATE_LIST_BYTES
Set the maximum number of bytes that is allowed during the handshake for certificate chain.
|
static OpenSslContextOption<OpenSslPrivateKeyMethod> |
PRIVATE_KEY_METHOD
Set the
OpenSslPrivateKeyMethod to use. |
static OpenSslContextOption<Boolean> |
TLS_FALSE_START
If enabled TLS false start will be enabled if supported.
|
static OpenSslContextOption<Boolean> |
USE_TASKS
If enabled heavy-operations may be offloaded from the
EventLoop if possible. |
public static final OpenSslContextOption<Boolean> USE_TASKS
EventLoop
if possible.public static final OpenSslContextOption<Boolean> TLS_FALSE_START
SslHandshakeCompletionEvent
s may be different compared when,
not enabled.
This is currently only supported when BoringSSL
and ALPN is used.public static final OpenSslContextOption<OpenSslPrivateKeyMethod> PRIVATE_KEY_METHOD
OpenSslPrivateKeyMethod
to use. This allows to offload private-key operations
if needed.
This is currently only supported when BoringSSL
is used.public static final OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> ASYNC_PRIVATE_KEY_METHOD
OpenSslAsyncPrivateKeyMethod
to use. This allows to offload private-key operations
if needed.
This is currently only supported when BoringSSL
is used.public static final OpenSslContextOption<OpenSslCertificateCompressionConfig> CERTIFICATE_COMPRESSION_ALGORITHMS
OpenSslCertificateCompressionConfig
to use. This allows for the configuration of certificate
compression algorithms which should be used, the priority of those algorithms and the directions in which
they should be used.
This is currently only supported when BoringSSL
is used.public static final OpenSslContextOption<Integer> MAX_CERTIFICATE_LIST_BYTES
public static final OpenSslContextOption<String[]> GROUPS
-Djdk.tls.namedGroups
.
Copyright © 2008–2024 The Netty Project. All rights reserved.