org.springframework.shell.support.util
Class HexUtils

java.lang.Object
  extended by org.springframework.shell.support.util.HexUtils

public abstract class HexUtils
extends Object

Encodes a given byte array as hex.

Most methods in this class were obtained from the Spring Security class, org.springframework.security.core.codec.Hex. Spring Security is licensed under the Apache Software License version 2.0 and the following code is used pursuant to that license.

Since:
1.1.1

Constructor Summary
HexUtils()
           
 
Method Summary
static char[] encode(byte[] bytes)
           
static String toHex(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexUtils

public HexUtils()
Method Detail

toHex

public static String toHex(byte[] bytes)

encode

public static char[] encode(byte[] bytes)