org.atmosphere.jboss.websockets.oio.internal.util
Class Hash

java.lang.Object
  extended by org.atmosphere.jboss.websockets.oio.internal.util.Hash

public final class Hash
extends Object

Author:
Mike Brock

Method Summary
static byte[] getRandomBytes(byte[] bytes)
           
static String hashToHexString(byte[] hash)
           
static String newUniqueHash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRandomBytes

public static byte[] getRandomBytes(byte[] bytes)

newUniqueHash

public static String newUniqueHash()

hashToHexString

public static String hashToHexString(byte[] hash)


Copyright © 2013. All Rights Reserved.