Home / Function/ testPkcs1AesEncryptedDsaWrongPassword() — netty Function Reference

testPkcs1AesEncryptedDsaWrongPassword() — netty Function Reference

Architecture documentation for the testPkcs1AesEncryptedDsaWrongPassword() function in SslContextTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1fd923a8_1e2b_184b_0c0c_4b5078aac22b["testPkcs1AesEncryptedDsaWrongPassword()"]
  a01749eb_679b_481b_5606_5c18a5630be5["SslContextTest"]
  1fd923a8_1e2b_184b_0c0c_4b5078aac22b -->|defined in| a01749eb_679b_481b_5606_5c18a5630be5
  style 1fd923a8_1e2b_184b_0c0c_4b5078aac22b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SslContextTest.java lines 363–372

    @Test
    public void testPkcs1AesEncryptedDsaWrongPassword() throws Exception {
        assertThrows(IOException.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                SslContext.toPrivateKey(new File(getClass().getResource("dsa_pkcs1_aes_encrypted.key")
                        .getFile()), "wrong");
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free