Uses of Interface
org.tquadrat.foundation.util.Hash
Packages that use Hash
Package
Description
The utility classes provided for the Foundation
library.
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
This package provides classes that allow to convert certain
object instances into String and vice versa.
-
Uses of Hash in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return HashModifier and TypeMethodDescriptionHash.clone()
Creates and returns a copy of this object.static Hash
Hash.create
(byte[] data, MessageDigest algorithm) Creates the hash for the given byte array, using the given algorithm.static Hash
Creates the hash for the given byte array, using the given algorithm.static Hash
Hash.create
(File data, MessageDigest algorithm) Creates the hash for the given file, using the given algorithm.static Hash
Creates the hash for the given file, using the given algorithm.static Hash
Hash.create
(CharSequence data, Charset encoding, MessageDigest algorithm) Creates the hash for the given String, using the given algorithm.static Hash
Hash.create
(CharSequence data, Charset encoding, Checksum algorithm) Creates the hash for the given String, using the given algorithm.static Hash
Hash.create
(CharSequence data, MessageDigest algorithm) Creates the hash for the given String, using the given algorithm.static Hash
Hash.create
(CharSequence data, Checksum algorithm) Creates the hash for the given String, using the given algorithm.static Hash
Hash.create
(Path data, MessageDigest algorithm) Creates the hash for the given file, using the given algorithm.static Hash
Creates the hash for the given file, using the given algorithm.static Hash
Hash.from
(byte[] hashValue) Creates an instance ofHash
from the given byte array.static Hash
Hash.from
(CharSequence hashValue) Creates an instance ofHash
from the given String. -
Uses of Hash in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement HashMethods in org.tquadrat.foundation.util.internal that return Hash -
Uses of Hash in org.tquadrat.foundation.util.stringconverter
Methods in org.tquadrat.foundation.util.stringconverter that return Hash