public class Base16 extends Object
public static char[] encode(byte[] src, boolean upper)
src
- Bytes to encode.upper
- Use upper or lowercase chars.public static byte[] decode(char[] src)
src
- Chars to decode.Copyright © 2014. All rights reserved.