org.springframework.security.core.codec
Class Hex

java.lang.Object
  extended by org.springframework.security.core.codec.Hex

public final class Hex
extends Object

Hex data encoder. Converts byte arrays (such as those obtained from message digests) into hexadecimal string representation.

For internal use only.

Since:
3.0
Version:
$Id$
Author:
Luke Taylor

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

Constructor Detail

Hex

public Hex()
Method Detail

encode

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


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.