com.ibutton.jib
Class ResponseAPDU

java.lang.Object
  |
  +--com.ibutton.jib.ResponseAPDU

public class ResponseAPDU
extends java.lang.Object

A Response APDU obect returned by the iButton. Refer to ISO 7816 for more information on Response APDUs.


Field Summary
 byte[] rapdu
           
 
Constructor Summary
ResponseAPDU(byte[] data)
          Constructs a new ResponseAPDU object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rapdu

public byte[] rapdu
Constructor Detail

ResponseAPDU

public ResponseAPDU(byte[] data)
Constructs a new ResponseAPDU object.
Parameters:
data - the body of the response APDU.