public final class HexEncodeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] input)
This logic is based on the tip published by Jeff Boyle
here: http://www.devx.com/tips/Tip/13540
|
public static String bytesToHex(byte[] input)
input - byte[] input to convertCopyright © 2014. All rights reserved.