|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardException | |
com.jaccal | |
com.jaccal.command | |
com.jaccal.command.gsm | |
com.jaccal.command.iso | |
com.jaccal.console | |
com.jaccal.pcsc |
Uses of CardException in com.jaccal |
Subclasses of CardException in com.jaccal | |
class |
SessionFactoryException
|
class |
UnknownCardException
Thrown when the card in the reader is not a known type |
Methods in com.jaccal that throw CardException | |
static SessionFactory |
SessionFactory.getInstance()
Returns a singleton instance of the SessionFactory. |
static String[] |
SessionFactory.getCardTypes()
List the card types implemented |
Atr |
Session.open()
Intializes the card access session without authenticating for update access |
void |
Session.update(Card card)
Updates the card with this card object. |
void |
Session.commit()
Commits the changes to the card. |
void |
Session.close()
Closes the session. |
CardResponse |
Session.execute(Command command)
Directly sends APDU commands to the card. |
Atr |
JaccalPCSCSession.open()
Initializes the session for update access. |
void |
JaccalPCSCSession.close()
Closes the session |
CardResponse |
JaccalPCSCSession.execute(Command command)
Directly sends APDU commands to the card |
Uses of CardException in com.jaccal.command |
Methods in com.jaccal.command that throw CardException | |
void |
Command.setCla(byte cla)
|
Constructors in com.jaccal.command that throw CardException | |
Command(String cmdStr)
|
|
Command(String cmdHeader,
String cmdDataField)
|
|
ApduCmd(String cmdStr)
|
|
ApduCmd(String cmdHeader,
String cmdDataField)
|
Uses of CardException in com.jaccal.command.gsm |
Methods in com.jaccal.command.gsm that throw CardException | |
void |
GSMGetResponse.checkSW(StatusWord sw)
|
Constructors in com.jaccal.command.gsm that throw CardException | |
GSMSelect(int selectType,
String fileId)
Construct a GSM apdu command that selects the file or application specified by fileId |
|
GSMSelect(String fileId)
Construct a GSM apdu command that selects the file specified by fileId |
|
GSMReadRecord(String recordNumber,
String lc,
byte mode)
Construct a GSM command that reads a record file. |
|
GSMReadBinary(String offset,
String lc)
Construct a GSM command that reads the data in a binary file from the offset specified by offset. |
|
GSMGetResponse(CardResponse cr)
|
Uses of CardException in com.jaccal.command.iso |
Methods in com.jaccal.command.iso that throw CardException | |
void |
ISOGetResponse.checkSW(StatusWord sw)
|
void |
ISOCommand.setCla(byte cla)
|
Constructors in com.jaccal.command.iso that throw CardException | |
ISOVerifyChv(String chvRefId,
String chv)
Construct a ISO APDU command that verifies a CHV. |
|
ISOVerifyChv(String chv)
Construct a ISO APDU command that verifies a CHV. |
|
ISOUpdateRecord(String recordNumber,
String dataToUpdate)
Construct a ISO APDU command updates the current selected record file. |
|
ISOUpdateRecord(String fileSFI,
String recordNumber,
String dataToUpdate)
Construct a ISO APDU command updates the record file specified by fileId. |
|
ISOUpdateBinary(String offset,
String dataToUpdate)
Construct a ISO APDU command updates the current selected file from the offset specified in offset |
|
ISOUpdateBinary(String fileSFI,
String offset,
String dataToUpdate)
Construct a ISO APDU command updates the file specified by fileId from the offset specified by offset |
|
ISOSelect(String p1,
String p2,
String lc,
String fileId)
Construct a ISO APDU command that selects the file specified by fileId |
|
ISOSelect(int selectType,
String fileId)
Construct a ISO APDU command that selects the file specified by fileId. |
|
ISOReadRecord(String recordNumber,
String le)
Construct a ISO APDU command that reads the record number recordNumber from the current selected file. |
|
ISOReadRecord(String fileSFI,
String recordNumber,
String le)
Construct a ISO APDU command that reads the record number recordNumber in the file specified by fileSFI. |
|
ISOReadBinary(String offset,
String le)
Construct a ISO APDU command that reads the current selected file from the offset specified by offset |
|
ISOReadBinary(String fileSFI,
String offset,
String le)
Construct a ISO APDU command that reads the file specified by fileSFI from the offset specified by offset |
|
ISOPutData(String p1p2,
String dataObject)
Construct a ISO APDU command that stores one primitive data object or one or more data objects contained in a constructed data object within the current context (e.g., application-specific environment or current DF). |
|
ISOGetResponse(String le)
|
|
ISOGetResponse(CardResponse cr)
|
|
ISOGetData(String p1p2,
String le)
Construct a ISO APDU command that permits to retrieve one primitive data object or to retrieve one or more data objects contained in a constructed data object, within the current context. |
|
ISOGetChallenge(String le)
Construct a ISO APDU command that asks a random to the card |
Uses of CardException in com.jaccal.console |
Subclasses of CardException in com.jaccal.console | |
class |
BreakPointException
BreakPoint is used by Anubis to insert a breakpoint in the script. |
Methods in com.jaccal.console that throw CardException | |
CardResponse |
Anubis.execute(Command cmd)
Executes the APDU command |
Uses of CardException in com.jaccal.pcsc |
Subclasses of CardException in com.jaccal.pcsc | |
class |
JaccalPCSCException
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |