checkClientTrusted() — netty Function Reference
Architecture documentation for the checkClientTrusted() function in SSLEngineTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2cccbe43_4ef3_743f_592b_8c47827e2819["checkClientTrusted()"] 10c4deb8_12b6_9db7_d5af_e35d9a09bb8b["SessionValueSettingTrustManager"] 2cccbe43_4ef3_743f_592b_8c47827e2819 -->|defined in| 10c4deb8_12b6_9db7_d5af_e35d9a09bb8b f746c49c_572e_23d6_c155_890c8dfbd9b1["checkClientTrusted()"] f746c49c_572e_23d6_c155_890c8dfbd9b1 -->|calls| 2cccbe43_4ef3_743f_592b_8c47827e2819 c3b858a5_99d8_6779_9d27_8422d60c57ea["testUsingX509TrustManagerVerifiesHostname()"] c3b858a5_99d8_6779_9d27_8422d60c57ea -->|calls| 2cccbe43_4ef3_743f_592b_8c47827e2819 c5f3af8e_dd37_b76f_5f66_6602ce8c5c06["testSessionAfterHandshake0()"] c5f3af8e_dd37_b76f_5f66_6602ce8c5c06 -->|calls| 2cccbe43_4ef3_743f_592b_8c47827e2819 f746c49c_572e_23d6_c155_890c8dfbd9b1["checkClientTrusted()"] 2cccbe43_4ef3_743f_592b_8c47827e2819 -->|calls| f746c49c_572e_23d6_c155_890c8dfbd9b1 style 2cccbe43_4ef3_743f_592b_8c47827e2819 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java lines 4185–4191
@Override
public void checkClientTrusted(java.security.cert.X509Certificate[] chain, String authType, SSLEngine engine)
throws CertificateException {
logger.debug("Authenticating client session: {} ({}, {})",
engine.getHandshakeSession(), engine.getHandshakeStatus(), clientChannel);
engine.getHandshakeSession().putValue(key, value);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does checkClientTrusted() do?
checkClientTrusted() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java.
Where is checkClientTrusted() defined?
checkClientTrusted() is defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java at line 4185.
What does checkClientTrusted() call?
checkClientTrusted() calls 1 function(s): checkClientTrusted.
What calls checkClientTrusted()?
checkClientTrusted() is called by 3 function(s): checkClientTrusted, testSessionAfterHandshake0, testUsingX509TrustManagerVerifiesHostname.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free