Uses of Enum Class
io.datarouter.bytes.digest.DigestAlgorithm
Packages that use DigestAlgorithm
-
Uses of DigestAlgorithm in io.datarouter.bytes.digest
Methods in io.datarouter.bytes.digest that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmReturns the enum constant of this class with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.bytes.digest with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestDigestTool.digest(String input, DigestAlgorithm hashFunction) static DigestDigestTool.digest(Path path, DigestAlgorithm hashFunction) static DigestStreamDigestTool.startDigestStream(Path path, DigestAlgorithm hashFunction)