Testing PTM I) To test PTM API in Windows, first you must: 1. Unzip the file of libraries: lib.zip 2. Configure LD_LIBRARY_PATH=/path/to/libraries.so:$LD_LIBRARY_PATH 2. Configure CLASSPATH=/path/to/ptm.jar:$CLASSPATH 3. Modify the configuration file called ptmconfiguration.txt. In this file you must specify the path to the certificate directory, user certificate, and its corresponding private key file. II) To test PTM in your pocket PC, you must: 1. Modify the configuration file, called ptmconfiguration.cfg. In this file you must specify the path to the certificate directory, user certificate, and its corresponding private key file. 2. The file ptmconfiguration.cfg must be stored in \\ubisec\\ptmconfiguration.cfg. 3. The libraries (port.dll, libeay32.dll, ssleay32.dll, libX509.dll) must be stored in \\Windows 4. The files .jar must be added in the classpath So, you can execute to do some little test: 1) java uc3m.it.ptm.authentication.PKCVerifier 2) java uc3m.it.ptm.authentication.AddPKCToStore path/to/the/certificate 2) java uc3m.it.ptm.authentication.VerifyPKC If you desire to test other funtionalities, you must create your own classess.