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 HashImplHashImpl.clone()Creates and returns a copy of this object.static final HashImplHashImpl.create(byte[] data, MessageDigest algorithm) Creates the hash for the given byte array, using the given algorithm.static final HashImplCreates the hash for the given byte array, using the given algorithm.static final HashImplHashImpl.from(CharSequence hashValue) Creates an instance ofHashfrom the given String.
