isTLSv13Cipher() — netty Function Reference
Architecture documentation for the isTLSv13Cipher() function in SslUtils.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2c8456b6_be45_9c85_9d5c_ca35876ec16a["isTLSv13Cipher()"] 8b8e2625_56a3_eef0_1cb3_fa21bb9b476e["SslUtils"] 2c8456b6_be45_9c85_9d5c_ca35876ec16a -->|defined in| 8b8e2625_56a3_eef0_1cb3_fa21bb9b476e style 2c8456b6_be45_9c85_9d5c_ca35876ec16a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/SslUtils.java lines 594–597
static boolean isTLSv13Cipher(String cipher) {
// See https://tools.ietf.org/html/rfc8446#appendix-B.4
return TLSV13_CIPHERS.contains(cipher);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does isTLSv13Cipher() do?
isTLSv13Cipher() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/SslUtils.java.
Where is isTLSv13Cipher() defined?
isTLSv13Cipher() is defined in handler/src/main/java/io/netty/handler/ssl/SslUtils.java at line 594.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free