fs2.hashing.HashAlgorithm
See theHashAlgorithm companion object
Enumeration of hash algorithms.
Note: The existence of an algorithm in this list does not guarantee it is supported at runtime, as algorithm support is platform specific.
The Named
constructor allows specifying an algorithm name that's not in this list. The supplied name will be passed to the underlying crypto provider when creating a Hasher
.
Implementation note: this class is not sealed, and its constructor is private, to allow for addition of new cases in the future without breaking compatibility.
Attributes
- Companion
- object
- Source
- HashAlgorithm.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article