JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.io7m.laurel.model
LHashType
Contents
Description
Method Summary
Method Details
value()
name()
Hide sidebar
Show sidebar
Interface LHashType
All Known Implementing Classes:
LHashSHA256
public sealed interface
LHashType
permits
LHashSHA256
A hash value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
name
()
String
value
()
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"