Java Card
v2.2.2

Uses of Class
javacard.framework.APDUException

Packages that use APDUException
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
 

Uses of APDUException in javacard.framework
 

Methods in javacard.framework that throw APDUException
 short APDU.receiveBytes(short bOff)
          Gets as many data bytes as will fit without APDU buffer overflow, at the specified offset bOff.
 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.
 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 APDU.waitExtension()
          Requests additional processing time from CAD.
 


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.