Module apdu4j.core
Package apdu4j.core

Interface SimpleSmartCardApp

  • All Superinterfaces:
    SmartCardApp

    public interface SimpleSmartCardApp
    extends SmartCardApp
    Simple smart card application to be run from CLI
    • Method Detail

      • run

        int run​(BIBO bibo,
                String[] args)
        Runs the smart card application

        Like public static void main(String[] args). https://docs.oracle.com/javase/tutorial/getStarted/application/index.html#MAIN

        Parameters:
        bibo - BIBO to use for smart card communication
        args - command line arguments
        Returns:
        exit code for System.exit(int)