com.indus.toolkit.authorizenet
Class TKTester

java.lang.Object
  |
  +--com.indus.toolkit.authorizenet.TKTester

public class TKTester
extends java.lang.Object

Test program.

USAGE:
java -cp AuthorizeNetToolkit.jar;jcert.jar;jnet.jar;jsse.jar com.indus.toolkit.authorizenet.TKTester

You need to download JSSE pack from Sun. If you are using JDK 1.4, then the library is already included in the JDK and you do not need any additional package. If you are using a 1.3 or lower, go to http://java.sun.com/products/jsse/index.html and download the optional package for JSSE.


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

Constructor Detail

TKTester

public TKTester()
Method Detail

main

public static void main(java.lang.String[] args)