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 classHTTP2Cipher.CipherComparatorComparator 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 booleanisBlackListCipher(java.lang.String tlsCipher)static booleanisBlackListProtocol(java.lang.String tlsProtocol)
-