X509Bundle() — netty Function Reference
Architecture documentation for the X509Bundle() function in JdkDelegatingPrivateKeyMethodTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 41d98bce_8a2e_9d9a_01ba_fe614a603cf8["X509Bundle()"] 2ac7122d_91ea_6ce8_76a0_fb9ed7fcbdbc["JdkDelegatingPrivateKeyMethodTest"] 41d98bce_8a2e_9d9a_01ba_fe614a603cf8 -->|defined in| 2ac7122d_91ea_6ce8_76a0_fb9ed7fcbdbc style 41d98bce_8a2e_9d9a_01ba_fe614a603cf8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/JdkDelegatingPrivateKeyMethodTest.java lines 429–437
private static X509Bundle generateCertificateForAlgorithm(CertificateBuilder.Algorithm algorithm) throws Exception {
CertificateBuilder builder = new CertificateBuilder()
.subject("CN=localhost, O=Netty, C=US")
.setIsCertificateAuthority(true)
.setKeyUsage(true, CertificateBuilder.KeyUsage.digitalSignature)
.addExtendedKeyUsageServerAuth()
.algorithm(algorithm);
return builder.buildSelfSigned();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does X509Bundle() do?
X509Bundle() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/JdkDelegatingPrivateKeyMethodTest.java.
Where is X509Bundle() defined?
X509Bundle() is defined in handler/src/test/java/io/netty/handler/ssl/JdkDelegatingPrivateKeyMethodTest.java at line 429.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free