|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaccalPCSCException | |
com.jaccal.pcsc |
Uses of JaccalPCSCException in com.jaccal.pcsc |
Methods in com.jaccal.pcsc that throw JaccalPCSCException | |
private void |
JaccalPCSC.initialize()
Initialize the context and get the list of the smart card readers bind to the system |
void |
JaccalPCSC.connectCard(String readerName,
int shareMode)
Power on the card inserted in the reader name given in parameters. |
void |
JaccalPCSC.connectCard(String readerName,
int shareMode,
long preferedProtocol)
Power on the card inserted in the reader name given in parameters. |
void |
JaccalPCSC.connectCard(int shareMode)
Power on the card in the reader name that has been set previously. |
void |
JaccalPCSC.disconnectCard(int swDisposition)
Power off the card. |
void |
JaccalPCSC.getStatus()
Get the status of the card (inserted, removed etc ...) |
byte[] |
JaccalPCSC.transmitApdu(byte[] cmd,
int offsetInCmdBuff,
int cmdLen)
Send a APDU command as defined in ISO7816-4 to the card that has been powered on by a previous connectCard call. |
Constructors in com.jaccal.pcsc that throw JaccalPCSCException | |
JaccalPCSC(int nbReader2Allocate)
Define the number of readers to be allocated in the cardReaderList. |
|
JaccalPCSC()
Allocate enough space to contain 20 smart card readers in the cardReaderList |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |