| 
 | Java Card v2.2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 lenmore bytes from APDU buffer at specified offsetbOff. | 
|  void | APDU.sendBytesLong(byte[] outData,
              short bOff,
              short len)Sends lenmore bytes fromoutDatabyte array starting at specified offsetbOff. | 
|  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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||