Class HashingUtility
- java.lang.Object
-
- io.tech1.framework.domain.utilities.cryptography.HashingUtility
-
public final class HashingUtility extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringhmacSha256(String value, String hashingKey)static StringhmacSha384(String value, String hashingKey)static StringhmacSha512(String value, String hashingKey)static StringshaByAlgorithm(String value, String hashingKey, String algorithm)
-