@Beta public class HexEncodingUtils extends Object
Constructor and Description |
---|
HexEncodingUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
fromHex(String hex)
Convert hex value to String using UTF-8,..
|
static String |
toHex(String arg)
Convert String to hex value using UTF-8.
|
@Nonnull public static String toHex(String arg) throws MultichainServiceException
arg
- string that should be converted to hexMultichainServiceException
- multichainServiceException@Nonnull public static String fromHex(String hex) throws MultichainServiceException
hex
- hex that should be converted to stringMultichainServiceException
- multichainServiceExceptionCopyright © 2020 SAP SE. All rights reserved.