com.licel.jcardsim.remote
Interface JavaCardRemoteInterface
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- JavaCardRemoteServer
public interface JavaCardRemoteInterface
- extends Remote
RMI Wrapper for the JavaCardInterface
RMI_SERVER_ID
static final String RMI_SERVER_ID
- See Also:
- Constant Field Values
loadApplet
SerializableAID loadApplet(SerializableAID aid,
String appletClassName)
throws RemoteException
- Throws:
RemoteException
loadApplet
SerializableAID loadApplet(SerializableAID aid,
String appletClassName,
byte[] appletJarContents)
throws RemoteException
- Throws:
RemoteException
createApplet
SerializableAID createApplet(SerializableAID aid,
byte[] bArray,
short bOffset,
byte bLength)
throws RemoteException
- Throws:
RemoteException
transmitCommand
byte[] transmitCommand(byte[] data)
throws RemoteException
- Throws:
RemoteException
selectApplet
boolean selectApplet(SerializableAID aid)
throws RemoteException
- Throws:
RemoteException
reset
void reset()
throws RemoteException
- Throws:
RemoteException
getATR
byte[] getATR()
throws RemoteException
- Throws:
RemoteException