Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COMPARATOR

        public static final java.util.Comparator<java.lang.String> COMPARATOR
    • Constructor Detail

      • HTTP2Cipher

        public HTTP2Cipher()
    • Method Detail

      • isBlackListProtocol

        public static boolean isBlackListProtocol​(java.lang.String tlsProtocol)
      • isBlackListCipher

        public static boolean isBlackListCipher​(java.lang.String tlsCipher)