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 HashHash.create(byte[] data, MessageDigest algorithm) Creates the hash for the given byte array, using the given algorithm.static HashCreates the hash for the given byte array, using the given algorithm.static HashHash.create(File data, MessageDigest algorithm) Creates the hash for the given file, using the given algorithm.static HashCreates the hash for the given file, using the given algorithm.static HashHash.create(CharSequence data, Charset encoding, MessageDigest algorithm) Creates the hash for the given String, using the given algorithm.static HashHash.create(CharSequence data, Charset encoding, Checksum algorithm) Creates the hash for the given String, using the given algorithm.static HashHash.create(CharSequence data, MessageDigest algorithm) Creates the hash for the given String, using the given algorithm.static HashHash.create(CharSequence data, Checksum algorithm) Creates the hash for the given String, using the given algorithm.static HashHash.create(Path data, MessageDigest algorithm) Creates the hash for the given file, using the given algorithm.static HashCreates the hash for the given file, using the given algorithm.static HashHash.from(byte[] hashValue) Creates an instance ofHashfrom the given byte array.static HashHash.from(CharSequence hashValue) Creates an instance ofHashfrom 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
