Package org.eclipse.jetty.http2
Class HTTP2Cipher
- java.lang.Object
-
- org.eclipse.jetty.http2.HTTP2Cipher
-
public class HTTP2Cipher extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HTTP2Cipher.CipherComparator
Comparator that orders non blacklisted ciphers before blacklisted ones.
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator<java.lang.String>
COMPARATOR
-
Constructor Summary
Constructors Constructor Description HTTP2Cipher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isBlackListCipher(java.lang.String tlsCipher)
static boolean
isBlackListProtocol(java.lang.String tlsProtocol)
-