Home / Function/ KeyPair() — netty Function Reference

KeyPair() — netty Function Reference

Architecture documentation for the KeyPair() function in CertificateBuilder.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  92ddc979_29c3_bea7_2a06_8e5cd6aa75aa["KeyPair()"]
  4aeffc80_93f6_788a_f8c6_901cee3b8997["CertificateBuilder"]
  92ddc979_29c3_bea7_2a06_8e5cd6aa75aa -->|defined in| 4aeffc80_93f6_788a_f8c6_901cee3b8997
  ed389979_8fbe_f00e_ebcd_801a08dd2149["CertificateBuilder()"]
  ed389979_8fbe_f00e_ebcd_801a08dd2149 -->|calls| 92ddc979_29c3_bea7_2a06_8e5cd6aa75aa
  style 92ddc979_29c3_bea7_2a06_8e5cd6aa75aa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

pkitesting/src/main/java/io/netty/pkitesting/CertificateBuilder.java lines 824–826

    private KeyPair generateKeyPair(Provider provider) throws GeneralSecurityException {
        return algorithm.generateKeyPair(getSecureRandom(), provider);
    }

Domain

Subdomains

Frequently Asked Questions

What does KeyPair() do?
KeyPair() is a function in the netty codebase, defined in pkitesting/src/main/java/io/netty/pkitesting/CertificateBuilder.java.
Where is KeyPair() defined?
KeyPair() is defined in pkitesting/src/main/java/io/netty/pkitesting/CertificateBuilder.java at line 824.
What calls KeyPair()?
KeyPair() is called by 1 function(s): CertificateBuilder.

Analyze Your Own Codebase

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

Try Supermodel Free