Interface LHashType

All Known Implementing Classes:
LHashSHA256

public sealed interface LHashType permits LHashSHA256
A hash value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • value

      String value()
      Returns:
      The lowercase hex hash value
    • name

      String name()
      Returns:
      The hash algorithm name
      See Also:
      • "https://docs.oracle.com/en/java/javase/21/docs/specs/security/standard-names.html#messagedigest-algorithms"