public interface JavaCardRemoteInterface extends Remote
JavaCardInterface.| Modifier and Type | Field and Description |
|---|---|
static String |
RMI_SERVER_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
changeProtocol(String protocol) |
SerializableAID |
createApplet(SerializableAID aid,
byte[] bArray,
short bOffset,
byte bLength) |
byte[] |
getATR() |
String |
getProtocol() |
SerializableAID |
loadApplet(SerializableAID aid,
String appletClassName) |
SerializableAID |
loadApplet(SerializableAID aid,
String appletClassName,
byte[] appletJarContents) |
void |
reset() |
boolean |
selectApplet(SerializableAID aid) |
byte[] |
selectAppletWithResult(SerializableAID aid) |
byte[] |
transmitCommand(byte[] data) |
static final String RMI_SERVER_ID
SerializableAID loadApplet(SerializableAID aid, String appletClassName) throws RemoteException
RemoteExceptionSerializableAID loadApplet(SerializableAID aid, String appletClassName, byte[] appletJarContents) throws RemoteException
RemoteExceptionSerializableAID createApplet(SerializableAID aid, byte[] bArray, short bOffset, byte bLength) throws RemoteException
RemoteExceptionbyte[] transmitCommand(byte[] data)
throws RemoteException
RemoteExceptionboolean selectApplet(SerializableAID aid) throws RemoteException
RemoteExceptionbyte[] selectAppletWithResult(SerializableAID aid) throws RemoteException
RemoteExceptionvoid reset()
throws RemoteException
RemoteExceptionbyte[] getATR()
throws RemoteException
RemoteExceptionvoid changeProtocol(String protocol) throws RemoteException
RemoteExceptionString getProtocol() throws RemoteException
RemoteException