| Modifier and Type | Field and Description |
|---|---|
static BoringSSLContextOption<java.util.Set<java.lang.String>> |
BoringSSLContextOption.CLIENT_KEY_TYPES
Set the supported client key/certificate types used in BoringSSLCertificateCallback
|
static BoringSSLContextOption<java.lang.String[]> |
BoringSSLContextOption.GROUPS
Set the groups that should be used.
|
static BoringSSLContextOption<java.util.Map<java.lang.String,java.lang.String>> |
BoringSSLContextOption.SERVER_KEY_TYPES
Set the supported server key/certificate types used in BoringSSLCertificateCallback
|
static BoringSSLContextOption<java.lang.String[]> |
BoringSSLContextOption.SIGNATURE_ALGORITHMS
Set the signature algorithms that should be used.
|
Copyright © 2020-2025 The Netty Project. All Rights Reserved.