Skip to content

Processing results

petrs edited this page Mar 22, 2015 · 4 revisions

Processing results - AlgTest_Process

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.

Extract JavaCard constants

Import JavaCard library of the version you need and run AlgTestProcess.jar with argument "JCCONSTS" (generateJCConstantsFile() method). FIXME: cmd line...

Clone this wiki locally