MockSha256WithRsaSignature Class — netty Architecture
Architecture documentation for the MockSha256WithRsaSignature class in MockAlternativeKeyProvider.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5165e352_7a9b_9033_529e_1d98c6ccb4d1["MockSha256WithRsaSignature"] f82e16e4_9173_4f05_5dfa_12b954c83e72["MockAlternativeKeyProvider.java"] 5165e352_7a9b_9033_529e_1d98c6ccb4d1 -->|defined in| f82e16e4_9173_4f05_5dfa_12b954c83e72 69432fd8_8b06_bb7e_ee73_7d28dc1d79d6["MockSha256WithRsaSignature()"] 5165e352_7a9b_9033_529e_1d98c6ccb4d1 -->|method| 69432fd8_8b06_bb7e_ee73_7d28dc1d79d6
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/MockAlternativeKeyProvider.java lines 221–225
public static final class MockSha256WithRsaSignature extends MockSignature {
public MockSha256WithRsaSignature() throws NoSuchAlgorithmException, NoSuchProviderException {
super("SHA256withRSA", "SunRsaSign");
}
}
Source
Frequently Asked Questions
What is the MockSha256WithRsaSignature class?
MockSha256WithRsaSignature is a class in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/MockAlternativeKeyProvider.java.
Where is MockSha256WithRsaSignature defined?
MockSha256WithRsaSignature is defined in handler/src/test/java/io/netty/handler/ssl/MockAlternativeKeyProvider.java at line 221.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free