Home / Function/ testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference

testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  e18e0c79_853a_e2d8_176c_00ab4f3c874c["testSessionLocalWhenNonMutualWithoutKeyManager()"]
  b02fed32_d38e_e8ea_a797_0529c6afc694["OpenSslJdkSslEngineInteroptTest"]
  e18e0c79_853a_e2d8_176c_00ab4f3c874c -->|defined in| b02fed32_d38e_e8ea_a797_0529c6afc694
  style e18e0c79_853a_e2d8_176c_00ab4f3c874c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslJdkSslEngineInteroptTest.java lines 147–155

    @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/OpenSslJdkSslEngineInteroptTest.java.
Where is testSessionLocalWhenNonMutualWithoutKeyManager() defined?
testSessionLocalWhenNonMutualWithoutKeyManager() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslJdkSslEngineInteroptTest.java at line 147.

Analyze Your Own Codebase

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

Try Supermodel Free