net.jradius.util
Class Hex

java.lang.Object
  extended by net.jradius.util.Hex

public class Hex
extends Object


Constructor Summary
Hex()
           
 
Method Summary
static String byteArrayToHexString(byte[] in)
           
static byte[] hexStringToByteArray(String hex)
           
 
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

hexStringToByteArray

public static byte[] hexStringToByteArray(String hex)

byteArrayToHexString

public static String byteArrayToHexString(byte[] in)


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.