Uses of Class
javacard.framework.APDUException

Packages that use APDUException
javacard.framework   
 

Uses of APDUException in javacard.framework
 

Methods in javacard.framework that throw APDUException
 short APDU.setOutgoing()
          This method is used to set the data transfer direction to outbound and to obtain the expected length of response (Le).
 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).
 void APDU.setOutgoingLength(short len)
          Sets the actual length of response data.
 short APDU.receiveBytes(short bOff)
          Gets as many data bytes as will fit without APDU buffer overflow, at the specified offset bOff.  Gets all the remaining bytes if they fit.
 short APDU.setIncomingAndReceive()
          This is the primary receive method.
 void APDU.sendBytes(short bOff, short len)
          Sends len more bytes from APDU buffer at specified offset bOff.
 void APDU.sendBytesLong(byte[] outData, short bOff, short len)
          Sends len more bytes from outData byte array starting at specified offset bOff.
 void APDU.setOutgoingAndSend(short bOff, short len)
          This is the "convenience" send method.
static void APDU.waitExtension()
          Requests additional processing time from CAD.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.