Home / Function/ ensureLoaded() — netty Function Reference

ensureLoaded() — netty Function Reference

Architecture documentation for the ensureLoaded() function in BouncyCastleUtil.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 7

Entity Profile

Dependency Diagram

graph TD
  a940954c_5e1f_29aa_d241_be9913b41a29["ensureLoaded()"]
  3d807587_1576_ed5a_5887_67583b16915a["BouncyCastleUtil"]
  a940954c_5e1f_29aa_d241_be9913b41a29 -->|defined in| 3d807587_1576_ed5a_5887_67583b16915a
  a97a7eed_212b_0045_da5f_917cd2be2b28["isBcProvAvailable()"]
  a97a7eed_212b_0045_da5f_917cd2be2b28 -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  0f177b22_40a5_4814_deb6_cbf26a9984ca["isBcPkixAvailable()"]
  0f177b22_40a5_4814_deb6_cbf26a9984ca -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  32ea126a_bdd5_8684_f271_62940a40b29d["isBcTlsAvailable()"]
  32ea126a_bdd5_8684_f271_62940a40b29d -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  2b223ace_df07_10db_673b_e9b194c0f858["Throwable()"]
  2b223ace_df07_10db_673b_e9b194c0f858 -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  5387aa15_628f_bfeb_97f3_7ea37b1e2357["isBcJsseInUse()"]
  5387aa15_628f_bfeb_97f3_7ea37b1e2357 -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  7cb06862_177c_5601_1607_70835b360fc8["Provider()"]
  7cb06862_177c_5601_1607_70835b360fc8 -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  5c4b96e3_4b48_e1ec_b479_23eea5ac0c79["getBcSSLEngineClass()"]
  5c4b96e3_4b48_e1ec_b479_23eea5ac0c79 -->|calls| a940954c_5e1f_29aa_d241_be9913b41a29
  c933e0ba_9455_436a_b4a5_ee5470ce92d5["tryLoading()"]
  a940954c_5e1f_29aa_d241_be9913b41a29 -->|calls| c933e0ba_9455_436a_b4a5_ee5470ce92d5
  style a940954c_5e1f_29aa_d241_be9913b41a29 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/util/BouncyCastleUtil.java lines 159–163

    private static void ensureLoaded() {
        if (!attemptedLoading) {
            tryLoading();
        }
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does ensureLoaded() do?
ensureLoaded() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/util/BouncyCastleUtil.java.
Where is ensureLoaded() defined?
ensureLoaded() is defined in handler/src/main/java/io/netty/handler/ssl/util/BouncyCastleUtil.java at line 159.
What does ensureLoaded() call?
ensureLoaded() calls 1 function(s): tryLoading.
What calls ensureLoaded()?
ensureLoaded() is called by 7 function(s): Provider, Throwable, getBcSSLEngineClass, isBcJsseInUse, isBcPkixAvailable, isBcProvAvailable, isBcTlsAvailable.

Analyze Your Own Codebase

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

Try Supermodel Free