|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteException | |
javax.microedition.jcrmi | Provides classes and interfaces for Java Card RMI connection. |
Uses of RemoteException in javax.microedition.jcrmi |
Methods in javax.microedition.jcrmi that throw RemoteException | |
short |
JavaCardRMIConnection.enterPin(int pinID)
A call to enterPin method pops up a UI that requests
the PIN
from the user. |
short |
JavaCardRMIConnection.changePin(int pinID)
A call to changePin method pops up a UI that requests
the user for an old or existing PIN value and the new PIN value to
change the value of the PIN. |
short |
JavaCardRMIConnection.disablePin(int pinID)
A call to disablePin method pops up a UI that requests
the user to enter the value for the PIN that is to be disabled. |
short |
JavaCardRMIConnection.enablePin(int pinID)
A call to enablePin method pops up a UI that requests
the user to enter the value for the PIN that is to be enabled. |
short |
JavaCardRMIConnection.unblockPin(int blockedPinID,
int unblockingPinID)
This is a high-level method that lets the J2ME application ask the user to enter the value for an unblocking PIN, and the new value for the blocked PIN and send these to the card. |
|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |