public class StringUtils extends Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
convertBytesToHex(byte[] value)
Convert a byte array to a hex encoded string.
|
static byte[] |
convertHexToBytes(String s)
Convert a hex encoded string to a byte array.
|
public static String convertBytesToHex(byte[] value)
value
- the byte arraypublic static byte[] convertHexToBytes(String s)
s
- the hex encoded string"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"