Sun SPOT API
Green Release  


com.sun.squawk.security
Class HexEncoding

java.lang.Object
  extended by com.sun.squawk.security.HexEncoding

public class HexEncoding
extends Object

Author:
msbrimne

Constructor Summary
HexEncoding()
          Creates a new instance of HexEncoding
 
Method Summary
static byte[] hexDecode(String str)
           
static String hexEncode(byte[] b)
           
static String hexEncode(byte[] b, int len)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexEncoding

public HexEncoding()
Creates a new instance of HexEncoding

Method Detail

hexEncode

public static String hexEncode(byte[] b)

hexEncode

public static String hexEncode(byte[] b,
                               int len)

hexDecode

public static byte[] hexDecode(String str)

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.