testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth() — netty Function Reference
Architecture documentation for the testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth() function in JdkOpenSslEngineInteroptTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 1e85b0b9_81f0_747f_d4dd_b66407baa2ea["testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth()"] af2ee431_c77a_7bcf_0590_f175d9ec9ade["JdkOpenSslEngineInteroptTest"] 1e85b0b9_81f0_747f_d4dd_b66407baa2ea -->|defined in| af2ee431_c77a_7bcf_0590_f175d9ec9ade style 1e85b0b9_81f0_747f_d4dd_b66407baa2ea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java lines 128–136
@MethodSource("newTestParams")
@ParameterizedTest
@Disabled("Disable until figured out why this sometimes fail on the CI")
@Override
public void testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth(SSLEngineTestParam param)
throws Exception {
checkShouldUseKeyManagerFactory();
super.testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth(param);
}
Domain
Subdomains
Source
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/JdkOpenSslEngineInteroptTest.java.
Where is testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth() defined?
testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth() is defined in handler/src/test/java/io/netty/handler/ssl/JdkOpenSslEngineInteroptTest.java at line 128.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free