public class Hex extends Object
Constructor and Description |
---|
Hex() |
Modifier and Type | Method and Description |
---|---|
static void |
append(Appendable sb,
byte[] data) |
static boolean |
isHex(String pub) |
static int |
nibble(char c) |
static char |
nibble(int i) |
static byte[] |
toByteArray(String string) |
static String |
toHexString(byte[] data) |
public static final byte[] toByteArray(String string)
public static final int nibble(char c)
public static final String toHexString(byte[] data)
public static final void append(Appendable sb, byte[] data) throws IOException
IOException
public static final char nibble(int i)
public static boolean isHex(String pub)
Copyright © 2015 aQute SARL. All rights reserved.