|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectds.ov2.front.Card_services
public class Card_services
Interface class to the XXX link global platform manager. Implements applet installation, deletion and card status for the frontoffice.
| Constructor Summary | |
|---|---|
protected |
Card_services()
Static class, object construction disabled. |
| Method Summary | |
|---|---|
static cardservices.AIDRegistry |
card_status(CardChannel channel,
PrintWriter out,
boolean full_apdus)
Query card status. |
static void |
reinstall_applet(CardChannel channel,
PrintWriter out,
boolean full_apdus,
Applet_type applet_type,
String applet_file)
(Re-)Install applet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Card_services()
| Method Detail |
|---|
public static cardservices.AIDRegistry card_status(CardChannel channel,
PrintWriter out,
boolean full_apdus)
throws CardException
channel - the card channel to access the cardout - channel to print diagnostics/progress tofull_apdus - if true print full APDU's, otherwise print one
dot per exchanged APDU
CardException - if some communication error occurs
public static void reinstall_applet(CardChannel channel,
PrintWriter out,
boolean full_apdus,
Applet_type applet_type,
String applet_file)
throws CardException,
IOException
package_name is present on
card delete it first. Then load and install applet_file
without any installation arguments.
channel - card channelout - diagnostics channel, pass null to disable diagnosticsfull_apdus - if true print full APDU's on out,
otherwise print one dot per exchanged APDUapplet_type - the applet to installapplet_file - cap file to load
CardException - for communication errors
IOException - if applet_file cannot be opened
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||