@UnstableApi public final class Http2SecurityUtil extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.String> |
CIPHERS
The following list is derived from SunJSSE Supported
Ciphers and Mozilla Modern Cipher
Suites in accordance with the HTTP/2 Specification.
|
private static java.util.List<java.lang.String> |
CIPHERS_JAVA_MOZILLA_MODERN_SECURITY
Mozilla Modern Cipher
Suites minus the following cipher suites that are black listed by the
HTTP/2 RFC.
|
Modifier | Constructor and Description |
---|---|
private |
Http2SecurityUtil() |
public static final java.util.List<java.lang.String> CIPHERS
private static final java.util.List<java.lang.String> CIPHERS_JAVA_MOZILLA_MODERN_SECURITY