A C D E F G I J N R S W

A

ApduIOCardAccessor - Class in com.sun.javacard.clientlib
Implementation of CardAccessor using ApduIO library
ApduIOCardAccessor() - Constructor for class com.sun.javacard.clientlib.ApduIOCardAccessor
Creates a new instance of ApduIOCardAccessor

C

cad - Variable in class com.sun.javacard.clientlib.ApduIOCardAccessor
Reference to underlying ApduIO object.
CardAccessor - Interface in com.sun.javacard.clientlib
The CardAccessor interface represents a generic smartcard communication API.
closeCard() - Method in class com.sun.javacard.clientlib.ApduIOCardAccessor
Close and powerdown the card.
closeCard() - Method in interface com.sun.javacard.clientlib.CardAccessor
This method closes and resets the card
com.sun.javacard.clientlib - package com.sun.javacard.clientlib
Provides a framework for building client applications capable of exchanging APDUs with Java Cards.
com.sun.javacard.rmiclientlib - package com.sun.javacard.rmiclientlib
Provides a framework of classes and interfaces for building Java Card RMI-based client applications.

D

done(RemoteCall) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Deprecated.  

E

exchangeAPDU(byte[]) - Method in class com.sun.javacard.clientlib.ApduIOCardAccessor
Implementation of exchangeAPDU method of CardAccessor interface
exchangeAPDU(byte[]) - Method in interface com.sun.javacard.clientlib.CardAccessor
This method sends the specified data to the smartcard, waits for the response and returns the response in the return data.

F

format - Variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
Format of the remote references.

G

getInitialReference() - Method in class com.sun.javacard.rmiclientlib.JCRMIConnect
Parses the R-APDU which was returned during selecting an applet, returns a reference to an initial remote object
getRefClass(ObjectOutput) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Unsupported operation.
getRemoteObject(byte[], int, CardAccessor) - Method in class com.sun.javacard.rmiclientlib.JCCardObjectFactory
Creates the stub instance for object reference returned from the card, assuming the card returned a reference with class name.
getRemoteObject(byte[], int, CardAccessor) - Method in class com.sun.javacard.rmiclientlib.JCCardProxyFactory
Creates the stub instance for object reference returned from the card, assuming the card returned a reference with list of interface names.
getRemoteRefFormat() - Method in class com.sun.javacard.rmiclientlib.JCCardObjectFactory
Returns constant REF_FORMAT_CLASS defined in class CardObjectFactory.
getRemoteRefFormat() - Method in class com.sun.javacard.rmiclientlib.JCCardProxyFactory
Returns constant REF_FORMAT_INTERFACES defined in class CardObjectFactory.

I

invoke(Remote, Method, Object[], long) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
This method is used by rmic-generated stubs.
invoke(RemoteCall) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Deprecated.  
invoke(Object, Method, Object[]) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
This method is used by dynamically generated proxies.

J

JCCardObjectFactory - Class in com.sun.javacard.rmiclientlib
Processes the data returned from the card in the format defined for Java Card RMI.
JCCardObjectFactory() - Constructor for class com.sun.javacard.rmiclientlib.JCCardObjectFactory
The constructor.
JCCardProxyFactory - Class in com.sun.javacard.rmiclientlib
Processes the data returned from the card in the format defined for Java Card RMI.
JCCardProxyFactory() - Constructor for class com.sun.javacard.rmiclientlib.JCCardProxyFactory
Constructor for the factory.
JCRemoteRefImpl - Class in com.sun.javacard.rmiclientlib
Represents a reference to a card object.
JCRemoteRefImpl(short, String, CardAccessor, CardObjectFactory) - Constructor for class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Creates new JCRemoteRefImpl
JCRMIConnect - Class in com.sun.javacard.rmiclientlib
The main class of the Java Card RMI client API.
JCRMIConnect(CardAccessor) - Constructor for class com.sun.javacard.rmiclientlib.JCRMIConnect
Creates a new instance of JCRMIConnect

N

newCall(RemoteObject, Operation[], int, long) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Deprecated.  

R

readExternal(ObjectInput) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Unsupported operation.
REF_WITH_CLASS_NAME - Static variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
Constant used as the 2nd parameter to selectApplet method.
REF_WITH_INTERFACE_NAMES - Static variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
Constant used as the 2nd parameter to selectApplet method.
remoteEquals(RemoteRef) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Compares two remote objects for being identical.
remoteHashCode() - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Unsupported operation.
remoteToString() - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
String representation of remote object.

S

selectApplet(byte[], byte) - Method in class com.sun.javacard.rmiclientlib.JCRMIConnect
Selects an applet, requesting initial reference in the format specified by the 2nd parameter.
selectResponse - Variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
Response to the SELECT command is stored in this field.

W

writeExternal(ObjectOutput) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
Unsupported operation.

A C D E F G I J N R S W