MCPcopy Index your code
hub / github.com/f0ng/autoDecoder / hexToByte

Method hexToByte

src/com/autoDecoder/util/codeDecode.java:424–426  ·  view source on GitHub ↗
(String inHex)

Source from the content-addressed store, hash-verified

422 }
423
424 public static byte hexToByte(String inHex){
425 return (byte)Integer.parseInt(inHex,16);
426 }
427
428// public static AlgorithmParameters generateIv(byte[] iv) throws Exception{
429// AlgorithmParameters params = AlgorithmParameters.getInstance("AES");

Callers 1

hexToByteArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected