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