|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use APDUException | |
---|---|
javacard.framework |
Uses of APDUException in javacard.framework |
---|
Methods in javacard.framework that throw APDUException | |
---|---|
short |
APDU.receiveBytes(short bOff)
|
void |
APDU.sendBytes(short bOff,
short len)
|
void |
APDU.sendBytesLong(byte[] outData,
short bOff,
short len)
Sends len more bytes from outData byte array starting at specified offset
bOff . |
short |
APDU.setIncomingAndReceive()
This is the primary receive method. |
short |
APDU.setOutgoing()
This method is used to set the data transfer direction to outbound and to obtain the expected length of response (Le). |
void |
APDU.setOutgoingAndSend(short bOff,
short len)
This is the "convenience" send method. |
void |
APDU.setOutgoingLength(short len)
Sets the actual length of response data. |
short |
APDU.setOutgoingNoChaining()
This method is used to set the data transfer direction to outbound without using BLOCK CHAINING (See ISO 7816-3/4) and to obtain the expected length of response (Le). |
static void |
APDUException.throwIt(short reason)
Throws the Java Card runtime environment-owned instance of APDUException with the specified reason. |
static void |
APDU.waitExtension()
Requests additional processing time from CAD. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |