Uses of Class
org.tquadrat.foundation.util.internal.HashImpl
Packages that use HashImpl
Package
Description
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of HashImpl in org.tquadrat.foundation.util.internal
Methods in org.tquadrat.foundation.util.internal that return HashImplModifier and TypeMethodDescriptionfinal HashImpl
HashImpl.clone()
Creates and returns a copy of this object.static final HashImpl
HashImpl.create
(byte[] data, MessageDigest algorithm) Creates the hash for the given byte array, using the given algorithm.static final HashImpl
Creates the hash for the given byte array, using the given algorithm.static final HashImpl
HashImpl.from
(CharSequence hashValue) Creates an instance ofHash
from the given String.