org.polyglotted.crypto.utils
Class HexUtils

java.lang.Object
  extended by org.polyglotted.crypto.utils.HexUtils

public abstract class HexUtils
extends Object


Constructor Summary
HexUtils()
           
 
Method Summary
static byte[] decode(byte[] input)
           
static byte decode(byte b1, byte b2)
           
static byte[] decode(String hexValue)
           
static byte[] encode(byte[] input)
           
static void encode(byte originalByte, byte[] encodedBytes, int offset)
           
static String encodeString(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexUtils

public HexUtils()
Method Detail

encodeString

public static String encodeString(byte[] bytes)

encode

public static byte[] encode(byte[] input)

encode

public static void encode(byte originalByte,
                          byte[] encodedBytes,
                          int offset)

decode

public static byte[] decode(String hexValue)

decode

public static byte[] decode(byte[] input)

decode

public static byte decode(byte b1,
                          byte b2)


Copyright © 2012-2013 Polyglotted Org. All Rights Reserved.