程序包 | 说明 |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
限定符和类型 | 字段和说明 |
---|---|
static OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> |
OpenSslContextOption.ASYNC_PRIVATE_KEY_METHOD
Set the
OpenSslAsyncPrivateKeyMethod to use. |
static OpenSslContextOption<OpenSslCertificateCompressionConfig> |
OpenSslContextOption.CERTIFICATE_COMPRESSION_ALGORITHMS
Set the
OpenSslCertificateCompressionConfig to use. |
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
Set the
OpenSslPrivateKeyMethod to use. |
static OpenSslContextOption<java.lang.Boolean> |
OpenSslContextOption.TLS_FALSE_START
If enabled TLS false start will be enabled if supported.
|
static OpenSslContextOption<java.lang.Boolean> |
OpenSslContextOption.USE_TASKS
If enabled heavy-operations may be offloaded from the
EventLoop if possible. |