static OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> |
OpenSslContextOption.ASYNC_PRIVATE_KEY_METHOD |
|
static OpenSslContextOption<OpenSslCertificateCompressionConfig> |
OpenSslContextOption.CERTIFICATE_COMPRESSION_ALGORITHMS |
|
static OpenSslContextOption<java.lang.String[]> |
OpenSslContextOption.GROUPS |
Set the groups that should be used.
|
static OpenSslContextOption<java.lang.Integer> |
OpenSslContextOption.MAX_CERTIFICATE_LIST_BYTES |
Set the maximum number of bytes that is allowed during the handshake for certificate chain.
|
static OpenSslContextOption<OpenSslPrivateKeyMethod> |
OpenSslContextOption.PRIVATE_KEY_METHOD |
|
static OpenSslContextOption<java.lang.Boolean> |
OpenSslContextOption.TLS_FALSE_START |
|
static OpenSslContextOption<java.lang.Integer> |
OpenSslContextOption.TMP_DH_KEYLENGTH |
Set the desired length of the Diffie-Hellman ephemeral session keys.
|
static OpenSslContextOption<java.lang.Boolean> |
OpenSslContextOption.USE_TASKS |
If enabled heavy-operations may be offloaded from the EventLoop if possible.
|