public class ParsingUtil extends Object
| Constructor and Description |
|---|
ParsingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toHex(byte[] data)
Parse a byte array to an Hex
|
static String |
toSHA(String data)
Digest a string and returns the hash fucntion SHA1 of that string
|
public static String toHex(byte[] data)
data - Array to parseCopyright © 2017. All rights reserved.