Searched defs:decodeHex (Results 1 – 7 of 7) sorted by relevance
50 public static byte[] decodeHex(String hexString) { in decodeHex() method in Hex
59 public static byte[] decodeHex(char[] data) throws DecoderException { in decodeHex() method in Hex
560 public static byte[] decodeHex(String encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils571 …public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils581 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils592 …public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
558 public static byte[] decodeHex(String encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils569 …public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils579 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils590 …public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
233 @Test public void decodeHex() throws Exception { in decodeHex() method in ByteStringTest
157 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString
155 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString