Home / Function/ testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() — netty Function Reference

testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() — netty Function Reference

Architecture documentation for the testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() function in JdkOpenSslEngineInteroptTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  542bacf0_b77f_e544_bb52_e89f0872bb07["testMutualAuthValidClientCertChainTooLongFailRequireClientAuth()"]
  af2ee431_c77a_7bcf_0590_f175d9ec9ade["JdkOpenSslEngineInteroptTest"]
  542bacf0_b77f_e544_bb52_e89f0872bb07 -->|defined in| af2ee431_c77a_7bcf_0590_f175d9ec9ade
  style 542bacf0_b77f_e544_bb52_e89f0872bb07 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java lines 138–146

    @MethodSource("newTestParams")
    @ParameterizedTest
    @Disabled("Disable until figured out why this sometimes fail on the CI")
    @Override
    public void testMutualAuthValidClientCertChainTooLongFailRequireClientAuth(SSLEngineTestParam param)
            throws Exception {
        checkShouldUseKeyManagerFactory();
        super.testMutualAuthValidClientCertChainTooLongFailRequireClientAuth(param);
    }

Domain

Subdomains

Frequently Asked Questions

What does testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() do?
testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java.
Where is testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() defined?
testMutualAuthValidClientCertChainTooLongFailRequireClientAuth() is defined in handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java at line 138.

Analyze Your Own Codebase

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

Try Supermodel Free