Package org.apache.hc.core5.http.ssl
Class TlsCiphers
java.lang.Object
org.apache.hc.core5.http.ssl.TlsCiphers
TLS cipher suite support methods
- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
excludeH2Blacklisted
(String... ciphers) static String[]
excludeWeak
(String... ciphers) static boolean
isH2Blacklisted
(String cipherSuite) static boolean
-
Field Details
-
H2_BLACKLISTED
-
WEAK_KEY_EXCHANGES
- See Also:
-
WEAK_CIPHERS
- See Also:
-
WEAK_CIPHER_SUITE_PATTERNS
-
-
Constructor Details
-
TlsCiphers
public TlsCiphers()
-
-
Method Details
-
isH2Blacklisted
-
isWeak
-
excludeH2Blacklisted
-
excludeWeak
-