|
Java Card v2.2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISOException | |
javacard.framework | Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. |
javacard.framework.service | Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. |
Uses of ISOException in javacard.framework |
Methods in javacard.framework that throw ISOException | |
static void |
Applet.install(byte[] bArray,
short bOffset,
byte bLength)
To create an instance of the Applet subclass, the Java Card runtime environment
will call this static method first. |
abstract void |
Applet.process(APDU apdu)
Called by the Java Card runtime environment to process an incoming APDU command. |
Uses of ISOException in javacard.framework.service |
Methods in javacard.framework.service that throw ISOException | |
void |
Dispatcher.process(APDU command)
Manages the entire processing of the command in the APDU object input parameter. |
|
Java Card v2.2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |