Home / Function/ checkServerTrusted() — netty Function Reference

checkServerTrusted() — netty Function Reference

Architecture documentation for the checkServerTrusted() function in SSLEngineTest.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  80467a26_6965_e03c_93c0_ec502b9927d1["checkServerTrusted()"]
  6dded024_edc4_2dde_08cd_6fe9d655212f["TestTrustManagerFactory"]
  80467a26_6965_e03c_93c0_ec502b9927d1 -->|defined in| 6dded024_edc4_2dde_08cd_6fe9d655212f
  13a9e74b_3d38_780a_47ee_00f3a5bc2a23["checkServerTrusted()"]
  13a9e74b_3d38_780a_47ee_00f3a5bc2a23 -->|calls| 80467a26_6965_e03c_93c0_ec502b9927d1
  13a9e74b_3d38_780a_47ee_00f3a5bc2a23["checkServerTrusted()"]
  80467a26_6965_e03c_93c0_ec502b9927d1 -->|calls| 13a9e74b_3d38_780a_47ee_00f3a5bc2a23
  style 80467a26_6965_e03c_93c0_ec502b9927d1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java lines 4621–4625

        @Override
        public void checkServerTrusted(
                java.security.cert.X509Certificate[] x509Certificates, String s, Socket socket) {
            fail();
        }

Domain

Subdomains

Frequently Asked Questions

What does checkServerTrusted() do?
checkServerTrusted() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java.
Where is checkServerTrusted() defined?
checkServerTrusted() is defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java at line 4621.
What does checkServerTrusted() call?
checkServerTrusted() calls 1 function(s): checkServerTrusted.
What calls checkServerTrusted()?
checkServerTrusted() is called by 1 function(s): checkServerTrusted.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free