com.sun.squawk.security
Class HexEncoding
java.lang.Object
com.sun.squawk.security.HexEncoding
public class HexEncoding
- extends Object
- Author:
- msbrimne
|
Constructor Summary |
HexEncoding()
Creates a new instance of HexEncoding |
HexEncoding
public HexEncoding()
- Creates a new instance of HexEncoding
hexEncode
public static String hexEncode(byte[] b)
hexEncode
public static String hexEncode(byte[] b,
int len)
hexDecode
public static byte[] hexDecode(String str)
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.