Class HexUtil
java.lang.Object
com.salesforce.multicloudj.common.util.HexUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]convertToBytes(String hash) Converts the hash string to bytes or empty array if decoding error occurs
-
Method Details
-
convertToBytes
Converts the hash string to bytes or empty array if decoding error occurs- Parameters:
hash- String representation of a hash- Returns:
- decoded hash
-