-
Notifications
You must be signed in to change notification settings - Fork 44
Processing results
petrs edited this page Mar 22, 2015
·
4 revisions
AlgTest_Process allows you to:
- Generate nice HTML table with measured results for multiple cards (table http://www.fi.muni.cz/~xsvenda/jcsupport.html produced this way)
- Compare results from two measurements and produce HTML table with highlighted differences.
Additionally, for developers mainly:
- Extract all JavaCard constants and methods for relevant classes (e.g., all fields and methods from javacard.security.Signature are extracted using Java reflection and formatted. File JCConsts.java was produced this way).
- Generate GPShell scripts for JCAlgTest upload for various cards
solved using Java reflection.
Import JavaCard library of the version you need and run AlgTestProcess.jar with argument "JCCONSTS" (generateJCConstantsFile() method). FIXME: cmd line...