public final class LoadFile extends Object
| Constructor and Description |
|---|
LoadFile(javacard.framework.AID loadFileAID,
javacard.framework.AID moduleAid,
Class<? extends javacard.framework.Applet> appletClass)
Create a LoadFile containing one module (JavaCard applet)
|
LoadFile(javacard.framework.AID loadFileAID,
Module... modules)
Create a LoadFile containing
1..* modules (JavaCard applets) |
| Modifier and Type | Method and Description |
|---|---|
javacard.framework.AID |
getAid() |
Module |
getModule(javacard.framework.AID moduleAID) |
List<Module> |
getModules() |
String |
toString() |
public LoadFile(javacard.framework.AID loadFileAID,
Module... modules)
1..* modules (JavaCard applets)loadFileAID - AID of the LoadFile (JavaCard Package AID)modules - array of modulesNullPointerException - if any argument is nullIllegalArgumentException - if modules is emptypublic LoadFile(javacard.framework.AID loadFileAID,
javacard.framework.AID moduleAid,
Class<? extends javacard.framework.Applet> appletClass)
loadFileAID - AID of the LoadFile (JavaCard Package AID)moduleAid - AID of the module/classappletClass - the Applet classNullPointerException - if any argument is nullIllegalArgumentException - if modules is empty