Package io.netty.handler.codec.http2
Class Http2SecurityUtil
java.lang.Object
io.netty.handler.codec.http2.Http2SecurityUtil
Provides utilities related to security requirements specific to HTTP/2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification.Mozilla Modern Cipher Suites Intermediate compatibility minus the following cipher suites that are black listed by the HTTP/2 RFC. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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. -
CIPHERS_JAVA_MOZILLA_MODERN_SECURITY
Mozilla Modern Cipher Suites Intermediate compatibility minus the following cipher suites that are black listed by the HTTP/2 RFC.
-
-
Constructor Details
-
Http2SecurityUtil
private Http2SecurityUtil()
-