Home / Function/ testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference

testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference

Architecture documentation for the testSessionLocalWhenNonMutualWithoutKeyManager() function in OpenSslEngineTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7f9c0df2_463f_5311_3d07_6ff42d3e4c2e["testSessionLocalWhenNonMutualWithoutKeyManager()"]
  08957e63_66e1_e2b4_c8aa_4f617c598a7d["OpenSslEngineTest"]
  7f9c0df2_463f_5311_3d07_6ff42d3e4c2e -->|defined in| 08957e63_66e1_e2b4_c8aa_4f617c598a7d
  style 7f9c0df2_463f_5311_3d07_6ff42d3e4c2e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java lines 1425–1433

    @MethodSource("newTestParams")
    @ParameterizedTest
    @Override
    public void testSessionLocalWhenNonMutualWithoutKeyManager(SSLEngineTestParam param) throws Exception {
        // This only really works when the KeyManagerFactory is supported as otherwise we not really know when
        // we need to provide a cert.
        assumeTrue(OpenSsl.supportsKeyManagerFactory());
        super.testSessionLocalWhenNonMutualWithoutKeyManager(param);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free