com.xerox.amazonws.common
Class SignerEncoder

java.lang.Object
  extended by com.xerox.amazonws.common.SignerEncoder

public class SignerEncoder
extends Object

This encoder is to be used instead of the URLEncoder when encoding params for version 2 signing


Constructor Summary
SignerEncoder()
           
 
Method Summary
static String encode(String str)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignerEncoder

public SignerEncoder()
Method Detail

encode

public static String encode(String str)
                     throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception