|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
com.sun.javacard.rmiclientlib.JCCardProxyFactory
public class JCCardProxyFactory
Processes the data returned from the card
in the format defined for Java Card RMI.
Object references must contain lists of interface names.
Extends CardObjectFactory.
| Field Summary |
|---|
| Fields inherited from class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory |
|---|
REF_FORMAT_CLASS, REF_FORMAT_INTERFACES, REF_FORMAT_NONE |
| Constructor Summary | |
|---|---|
JCCardProxyFactory()
Constructor for the factory. |
|
| Method Summary | |
|---|---|
protected java.rmi.Remote |
getRemoteObject(byte[] buffer,
int tagOffset,
CardAccessor cardAccessor)
Creates the stub instance for object reference returned from the card, assuming the card returned a reference with list of interface names. |
byte |
getRemoteRefFormat()
Returns constant REF_FORMAT_INTERFACES
defined in class
CardObjectFactory. |
| Methods inherited from class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory |
|---|
getINSByte, getObject, setINSByte |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JCCardProxyFactory()
| Method Detail |
|---|
public byte getRemoteRefFormat()
REF_FORMAT_INTERFACES
defined in class
CardObjectFactory.
getRemoteRefFormat in class CardObjectFactory
protected java.rmi.Remote getRemoteObject(byte[] buffer,
int tagOffset,
CardAccessor cardAccessor)
throws java.lang.Exception
getRemoteObject in class CardObjectFactorycardAccessor - buffer - APDU buffer.tagOffset - Offset to tag.
java.lang.Exception - Thrown if the proxy instance cannot be instantiated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||