Uses of Class
io.netty.handler.ssl.OpenSslContextOption
Packages that use OpenSslContextOption
-
Uses of OpenSslContextOption in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as OpenSslContextOptionModifier and TypeFieldDescriptionstatic final OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> OpenSslContextOption.ASYNC_PRIVATE_KEY_METHODSet theOpenSslAsyncPrivateKeyMethodto use.static final OpenSslContextOption<OpenSslCertificateCompressionConfig> OpenSslContextOption.CERTIFICATE_COMPRESSION_ALGORITHMSSet theOpenSslCertificateCompressionConfigto use.static final OpenSslContextOption<String[]> OpenSslContextOption.GROUPSSet the groups that should be used.static final OpenSslContextOption<Integer> OpenSslContextOption.MAX_CERTIFICATE_LIST_BYTESSet the maximum number of bytes that is allowed during the handshake for certificate chain.static final OpenSslContextOption<OpenSslPrivateKeyMethod> OpenSslContextOption.PRIVATE_KEY_METHODSet theOpenSslPrivateKeyMethodto use.static final OpenSslContextOption<Boolean> OpenSslContextOption.TLS_FALSE_STARTIf enabled TLS false start will be enabled if supported.static final OpenSslContextOption<Integer> OpenSslContextOption.TMP_DH_KEYLENGTHSet the desired length of the Diffie-Hellman ephemeral session keys.static final OpenSslContextOption<Boolean> OpenSslContextOption.USE_JDK_PROVIDER_SIGNATURESSet the policy for handling alternative key providers (such as hardware security keys, smart cards, remote signing services, etc.) when using BoringSSL.static final OpenSslContextOption<Boolean> OpenSslContextOption.USE_TASKSIf enabled heavy-operations may be offloaded from theEventLoopif possible.