-
- All Superinterfaces:
SmartCardApp
public interface SimpleSmartCardApp extends SmartCardApp
Simple smart card application to be run from CLI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
run(BIBO bibo, String[] args)
Runs the smart card application-
Methods inherited from interface apdu4j.core.SmartCardApp
getDescription, getName
-
-
-
-
Method Detail
-
run
int run(BIBO bibo, String[] args)
Runs the smart card applicationLike
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 communicationargs
- command line arguments- Returns:
- exit code for
System.exit(int)
-
-