T - the type of the value.public final class BoringSSLContextOption<T>
extends io.netty.handler.ssl.SslContextOption<T>
SslContextOptions that are specific to BoringSSL.| Modifier and Type | Field and Description |
|---|---|
static BoringSSLContextOption<Set<String>> |
CLIENT_KEY_TYPES
Set the supported client key/certificate types used in BoringSSLCertificateCallback
|
static BoringSSLContextOption<String[]> |
GROUPS
Set the groups that should be used.
|
static BoringSSLContextOption<Map<String,String>> |
SERVER_KEY_TYPES
Set the supported server key/certificate types used in BoringSSLCertificateCallback
|
static BoringSSLContextOption<String[]> |
SIGNATURE_ALGORITHMS
Set the signature algorithms that should be used.
|
public static final BoringSSLContextOption<String[]> GROUPS
-Djdk.tls.namedGroups.
public static final BoringSSLContextOption<String[]> SIGNATURE_ALGORITHMS
See SSL_CTX_set1_sigalgs.
public static final BoringSSLContextOption<Set<String>> CLIENT_KEY_TYPES
public static final BoringSSLContextOption<Map<String,String>> SERVER_KEY_TYPES
Copyright © 2020–2025 The Netty Project. All rights reserved.