Home / Function/ testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth() — netty Function Reference

testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  56567df9_f4a0_9d6e_4853_54eb2d5a761c["testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth()"]
  9150c92a_2afc_b83a_c3bf_86dfac6e9d9b["SSLEngineTest"]
  56567df9_f4a0_9d6e_4853_54eb2d5a761c -->|defined in| 9150c92a_2afc_b83a_c3bf_86dfac6e9d9b
  c52d2e5e_4cd8_5327_79d9_61b80decaee8["testMutualAuthClientCertFail()"]
  56567df9_f4a0_9d6e_4853_54eb2d5a761c -->|calls| c52d2e5e_4cd8_5327_79d9_61b80decaee8
  style 56567df9_f4a0_9d6e_4853_54eb2d5a761c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java lines 724–729

    @MethodSource("newTestParams")
    @ParameterizedTest
    public void testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth(SSLEngineTestParam param)
            throws Exception {
        testMutualAuthClientCertFail(param, ClientAuth.OPTIONAL, "mutual_auth_client.p12", true);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free