com.jxml.qare.qhome
Class EncodingDecoding

java.lang.Object
  |
  +--com.jxml.qare.qhome.EncodingDecoding

public class EncodingDecoding
extends Object


Inner Class Summary
static class EncodingDecoding.Parser
           
 
Constructor Summary
EncodingDecoding()
           
 
Method Summary
static void append(StringBuffer sb, byte[] part)
           
static void append(StringBuffer sb, String part)
           
static ESDO decode(String input)
           
static String encode(ESDO esdo)
           
static byte[] secureHash(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingDecoding

public EncodingDecoding()
Method Detail

decode

public static ESDO decode(String input)
                   throws Exception

encode

public static String encode(ESDO esdo)
                     throws Exception

secureHash

public static byte[] secureHash(byte[] data)
                         throws Exception

append

public static void append(StringBuffer sb,
                          String part)

append

public static void append(StringBuffer sb,
                          byte[] part)