Home / Class/ MockSha1WithEcdsaSignature Class — netty Architecture

MockSha1WithEcdsaSignature Class — netty Architecture

Architecture documentation for the MockSha1WithEcdsaSignature class in MockAlternativeKeyProvider.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4ebee6be_cb00_5e3d_baa0_9da8226c58f5["MockSha1WithEcdsaSignature"]
  f82e16e4_9173_4f05_5dfa_12b954c83e72["MockAlternativeKeyProvider.java"]
  4ebee6be_cb00_5e3d_baa0_9da8226c58f5 -->|defined in| f82e16e4_9173_4f05_5dfa_12b954c83e72
  b0c569a4_05c8_a5d2_0427_e1a781a5ea2e["MockSha1WithEcdsaSignature()"]
  4ebee6be_cb00_5e3d_baa0_9da8226c58f5 -->|method| b0c569a4_05c8_a5d2_0427_e1a781a5ea2e

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/MockAlternativeKeyProvider.java lines 246–250

    public static final class MockSha1WithEcdsaSignature extends MockSignature {
        public MockSha1WithEcdsaSignature() throws NoSuchAlgorithmException, NoSuchProviderException {
            super("SHA1withECDSA", "SunEC");
        }
    }

Frequently Asked Questions

What is the MockSha1WithEcdsaSignature class?
MockSha1WithEcdsaSignature is a class in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/MockAlternativeKeyProvider.java.
Where is MockSha1WithEcdsaSignature defined?
MockSha1WithEcdsaSignature is defined in handler/src/test/java/io/netty/handler/ssl/MockAlternativeKeyProvider.java at line 246.

Analyze Your Own Codebase

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

Try Supermodel Free