checkServerTrusted() — netty Function Reference
Architecture documentation for the checkServerTrusted() function in SocketSslSessionReuseTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e07c59b0_b7f0_4ffa_93d8_46adcab3573b["checkServerTrusted()"] 23042f71_99f4_73fd_c4c7_c497ad3b26e3["SessionSettingTrustManager"] e07c59b0_b7f0_4ffa_93d8_46adcab3573b -->|defined in| 23042f71_99f4_73fd_c4c7_c497ad3b26e3 style e07c59b0_b7f0_4ffa_93d8_46adcab3573b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java lines 335–339
@Override
public void checkServerTrusted(X509Certificate[] chain, String authType, SSLEngine engine)
throws CertificateException {
engine.getHandshakeSession().putValue("key", "value");
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does checkServerTrusted() do?
checkServerTrusted() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java.
Where is checkServerTrusted() defined?
checkServerTrusted() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java at line 335.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free