Class HexUtil
- java.lang.Object
-
- com.salesforce.multicloudj.common.util.HexUtil
-
public class HexUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]convertToBytes(String hash)Converts the hash string to bytes or empty array if decoding error occurs
-
-
-
Method Detail
-
convertToBytes
public static byte[] convertToBytes(String hash)
Converts the hash string to bytes or empty array if decoding error occurs- Parameters:
hash- String representation of a hash- Returns:
- decoded hash
-
-