- java.lang.Object
-
- io.netty5.handler.codec.http2.Http2SecurityUtil
-
@UnstableApi public final class Http2SecurityUtil extends Object
Provides utilities related to security requirements specific to HTTP/2.
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
CIPHERS
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification.
-
-
-
Field Detail
-
CIPHERS
public static final List<String> CIPHERS
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification. According to the JSSE documentation "the names mentioned in the TLS RFCs prefixed with TLS_ are functionally equivalent to the JSSE cipher suites prefixed with SSL_". Both variants are used to support JVMs supporting the one or the other.
-
-