Class TlsCiphers

java.lang.Object
org.apache.hc.core5.http.ssl.TlsCiphers

public final class TlsCiphers extends Object
TLS cipher suite support methods
Since:
5.0
  • Field Details

  • Constructor Details

    • TlsCiphers

      public TlsCiphers()
  • Method Details

    • isH2Blacklisted

      public static boolean isH2Blacklisted(String cipherSuite)
    • isWeak

      public static boolean isWeak(String cipherSuite)
    • excludeH2Blacklisted

      public static String[] excludeH2Blacklisted(String... ciphers)
    • excludeWeak

      public static String[] excludeWeak(String... ciphers)