testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference
Architecture documentation for the testSessionLocalWhenNonMutualWithoutKeyManager() function in JdkOpenSslEngineInteroptTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f0b2d605_9588_e297_5fda_9c4be16013c4["testSessionLocalWhenNonMutualWithoutKeyManager()"] af2ee431_c77a_7bcf_0590_f175d9ec9ade["JdkOpenSslEngineInteroptTest"] f0b2d605_9588_e297_5fda_9c4be16013c4 -->|defined in| af2ee431_c77a_7bcf_0590_f175d9ec9ade style f0b2d605_9588_e297_5fda_9c4be16013c4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java lines 200–208
@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
Source
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/JdkOpenSslEngineInteroptTest.java.
Where is testSessionLocalWhenNonMutualWithoutKeyManager() defined?
testSessionLocalWhenNonMutualWithoutKeyManager() is defined in handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java at line 200.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free