Class CryptoHash
java.lang.Object
br.net.dd.netherwingcore.common.cryptography.CryptoHash
Utility class for cryptographic hashing using Java's MessageDigest.
Provides a flexible interface for creating and using various hash algorithms.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classPredefined DigestCreators and their corresponding digest lengths for common algorithms.static interfaceFunctional interface for creating MessageDigest instances.static final classGenericHash class that wraps a MessageDigest instance and provides a convenient API for hashing data. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CryptoHash
public CryptoHash()
-