Home / Function/ testMutualAuthClientCertFail() — netty Function Reference

testMutualAuthClientCertFail() — netty Function Reference

Architecture documentation for the testMutualAuthClientCertFail() function in SSLEngineTest.java from the netty codebase.

Function java Buffer Allocators calls 3 called by 4

Entity Profile

Dependency Diagram

graph TD
  c52d2e5e_4cd8_5327_79d9_61b80decaee8["testMutualAuthClientCertFail()"]
  9150c92a_2afc_b83a_c3bf_86dfac6e9d9b["SSLEngineTest"]
  c52d2e5e_4cd8_5327_79d9_61b80decaee8 -->|defined in| 9150c92a_2afc_b83a_c3bf_86dfac6e9d9b
  b802aa7e_0090_1612_20f1_6a3cbfcc69e9["testMutualAuthInvalidIntermediateCAFailWithOptionalClientAuth()"]
  b802aa7e_0090_1612_20f1_6a3cbfcc69e9 -->|calls| c52d2e5e_4cd8_5327_79d9_61b80decaee8
  4a966fdd_c8f3_a996_da37_cba45cf5cff3["testMutualAuthInvalidIntermediateCAFailWithRequiredClientAuth()"]
  4a966fdd_c8f3_a996_da37_cba45cf5cff3 -->|calls| c52d2e5e_4cd8_5327_79d9_61b80decaee8
  56567df9_f4a0_9d6e_4853_54eb2d5a761c["testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth()"]
  56567df9_f4a0_9d6e_4853_54eb2d5a761c -->|calls| c52d2e5e_4cd8_5327_79d9_61b80decaee8
  3a575515_20ac_d95d_8935_4ec97f8bf285["testMutualAuthValidClientCertChainTooLongFailRequireClientAuth()"]
  3a575515_20ac_d95d_8935_4ec97f8bf285 -->|calls| c52d2e5e_4cd8_5327_79d9_61b80decaee8
  6ad1452e_858e_792d_4856_9ba9f6277be2["mySetupMutualAuth()"]
  c52d2e5e_4cd8_5327_79d9_61b80decaee8 -->|calls| 6ad1452e_858e_792d_4856_9ba9f6277be2
  49461777_16a4_0be4_88c5_a4b30c677e4c["mySetupMutualAuthServerIsValidClientException()"]
  c52d2e5e_4cd8_5327_79d9_61b80decaee8 -->|calls| 49461777_16a4_0be4_88c5_a4b30c677e4c
  3a3f0907_8d31_4073_8a66_00b8e3bb142b["mySetupMutualAuthServerIsValidServerException()"]
  c52d2e5e_4cd8_5327_79d9_61b80decaee8 -->|calls| 3a3f0907_8d31_4073_8a66_00b8e3bb142b
  style c52d2e5e_4cd8_5327_79d9_61b80decaee8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java lines 764–766

    private void testMutualAuthClientCertFail(SSLEngineTestParam param, ClientAuth auth) throws Exception {
        testMutualAuthClientCertFail(param, auth, "mutual_auth_invalid_client.p12", false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testMutualAuthClientCertFail() do?
testMutualAuthClientCertFail() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java.
Where is testMutualAuthClientCertFail() defined?
testMutualAuthClientCertFail() is defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java at line 764.
What does testMutualAuthClientCertFail() call?
testMutualAuthClientCertFail() calls 3 function(s): mySetupMutualAuth, mySetupMutualAuthServerIsValidClientException, mySetupMutualAuthServerIsValidServerException.
What calls testMutualAuthClientCertFail()?
testMutualAuthClientCertFail() is called by 4 function(s): testMutualAuthInvalidIntermediateCAFailWithOptionalClientAuth, testMutualAuthInvalidIntermediateCAFailWithRequiredClientAuth, testMutualAuthValidClientCertChainTooLongFailOptionalClientAuth, testMutualAuthValidClientCertChainTooLongFailRequireClientAuth.

Analyze Your Own Codebase

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

Try Supermodel Free