Class DigestUtil
java.lang.Object
de.xima.fc.cryptography.DigestUtil
Utility class for digest operations.
-
Method Summary
-
Method Details
-
sha256Hex
Calculate the SHA-256 hash of the given data and return it as a hex string.- Parameters:
data- The data to hash.- Returns:
- The SHA-256 hash as a hex string.
-