Home / Function/ DigestCalculator() — netty Function Reference

DigestCalculator() — netty Function Reference

Architecture documentation for the DigestCalculator() function in Digester.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7f032263_0d19_8979_4a24_1138d24204b8["DigestCalculator()"]
  cea25495_36ea_7e55_947e_c07d0d92073c["Digester"]
  7f032263_0d19_8979_4a24_1138d24204b8 -->|defined in| cea25495_36ea_7e55_947e_c07d0d92073c
  31e1f561_f1b6_2d6a_5ed1_bababc1b9719["AlgorithmIdentifier()"]
  7f032263_0d19_8979_4a24_1138d24204b8 -->|calls| 31e1f561_f1b6_2d6a_5ed1_bababc1b9719
  eb04a816_d32a_7d34_cfa6_c935612cd8ed["Digester()"]
  7f032263_0d19_8979_4a24_1138d24204b8 -->|calls| eb04a816_d32a_7d34_cfa6_c935612cd8ed
  style 7f032263_0d19_8979_4a24_1138d24204b8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/ocsp/Digester.java lines 39–45

    public static DigestCalculator sha1() {
        Digest digest = new SHA1Digest();
        AlgorithmIdentifier algId = new AlgorithmIdentifier(
                OIWObjectIdentifiers.idSHA1);

        return new Digester(digest, algId);
    }

Domain

Subdomains

Frequently Asked Questions

What does DigestCalculator() do?
DigestCalculator() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/ocsp/Digester.java.
Where is DigestCalculator() defined?
DigestCalculator() is defined in example/src/main/java/io/netty/example/ocsp/Digester.java at line 39.
What does DigestCalculator() call?
DigestCalculator() calls 2 function(s): AlgorithmIdentifier, Digester.

Analyze Your Own Codebase

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

Try Supermodel Free